feat: add clearable option to 'is_active' search field in user management

This commit is contained in:
wxg0103 2025-08-04 16:17:14 +08:00
parent eac7a6bbb0
commit 93b63dd18c
2 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,7 @@
v-else-if="search_type === 'is_active'"
v-model="search_form.is_active"
@change="getList"
clearable
style="width: 220px"
>
<el-option :label="$t('common.status.enabled')" :value="true"/>

View File

@ -54,6 +54,7 @@
v-else-if="search_type === 'is_active'"
v-model="search_form.is_active"
@change="getList"
clearable
style="width: 220px"
>
<el-option :label="$t('common.status.enabled')" :value="true" />