用户管理禁止批量删除

This commit is contained in:
不做码农 2023-04-15 09:25:55 +08:00
parent 93e30a1b18
commit a5a2fe4da5

View File

@ -60,7 +60,7 @@
</el-button>
</el-col>
<el-col :span="1.5">
<el-button type="danger" plain icon="Delete" :disabled="multiple" @click="handleDelete" v-hasPermi="['system:user:remove']">
<el-button type="danger" plain icon="Delete" :disabled="single" @click="handleDelete" v-hasPermi="['system:user:remove']">
{{ $t('btn.delete') }}
</el-button>
</el-col>