We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac7a6b commit 93b63ddCopy full SHA for 93b63dd
ui/src/views/system-chat-user/chat-user/index.vue
@@ -93,6 +93,7 @@
93
v-else-if="search_type === 'is_active'"
94
v-model="search_form.is_active"
95
@change="getList"
96
+ clearable
97
style="width: 220px"
98
>
99
<el-option :label="$t('common.status.enabled')" :value="true"/>
ui/src/views/system/user-manage/index.vue
@@ -54,6 +54,7 @@
54
55
56
57
58
59
60
<el-option :label="$t('common.status.enabled')" :value="true" />
0 commit comments