Compare commits
2 Commits
0a507fb158
...
de78bfc051
| Author | SHA1 | Date | |
|---|---|---|---|
| de78bfc051 | |||
| 0930e8cc77 |
@@ -18,7 +18,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="admin_state_item">
|
<div class="admin_state_item">
|
||||||
<span>{{ $t('admin.UserName') }}:</span>
|
<span>{{ $t('admin.UserName') }}:</span>
|
||||||
<a-select
|
<!-- <a-select
|
||||||
v-model:value="ids"
|
v-model:value="ids"
|
||||||
mode="multiple"
|
mode="multiple"
|
||||||
style="width: 230px"
|
style="width: 230px"
|
||||||
@@ -28,7 +28,8 @@
|
|||||||
max-tag-count="responsive"
|
max-tag-count="responsive"
|
||||||
:options="allUserList"
|
:options="allUserList"
|
||||||
@keydown.enter="gettrialList"
|
@keydown.enter="gettrialList"
|
||||||
></a-select>
|
></a-select> -->
|
||||||
|
<SelectUser v-model="ids" labelKey="label" valueKey="label" multiple />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="admin_search">
|
<div class="admin_search">
|
||||||
@@ -181,8 +182,9 @@
|
|||||||
import { ExclamationCircleOutlined, MoreOutlined } from '@ant-design/icons-vue'
|
import { ExclamationCircleOutlined, MoreOutlined } from '@ant-design/icons-vue'
|
||||||
import allUserPoerationsVue from './addAllUser.vue'
|
import allUserPoerationsVue from './addAllUser.vue'
|
||||||
import { useI18n } from 'vue-i18n'
|
import { useI18n } from 'vue-i18n'
|
||||||
|
import SelectUser from '@/component/common/SelectUser.vue'
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
components: { allUserPoerationsVue, MoreOutlined },
|
components: { allUserPoerationsVue, MoreOutlined, SelectUser },
|
||||||
setup() {
|
setup() {
|
||||||
const store: any = useStore()
|
const store: any = useStore()
|
||||||
const currentOrganizationId = computed(
|
const currentOrganizationId = computed(
|
||||||
|
|||||||
Reference in New Issue
Block a user