fix(dict.vue):不能批量删除的问题

This commit is contained in:
有来技术
2021-12-11 22:52:56 +08:00
parent 556cd58f5f
commit f50a829901
4 changed files with 14 additions and 13 deletions

View File

@@ -9,7 +9,7 @@
>
<el-form-item>
<el-button type="success" :icon="Plus" @click="handleAdd">新增</el-button>
<el-button type="danger" :icon="Delete" :disabled="state.single" @click="handleDelete">删除
<el-button type="danger" :icon="Delete" :disabled="state.multiple" @click="handleDelete">删除
</el-button>
</el-form-item>