用户管理禁止批量删除
This commit is contained in:
parent
93e30a1b18
commit
a5a2fe4da5
@ -60,7 +60,7 @@
|
|||||||
</el-button>
|
</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="1.5">
|
<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') }}
|
{{ $t('btn.delete') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user