【update】标签管理交互的修改

This commit is contained in:
fengchenchen
2023-08-24 17:38:02 +08:00
parent e5b6ed9961
commit 37c2a10ccf
7 changed files with 48 additions and 25 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ code: {
5、表格内插槽 禁止用span 包裹,用template 或者div
```html
<div slot="action" slot-scope="text, record">
<div slot="action" class="table-action" slot-scope="text, record">
<a class="action-edit" @click="handleEdit(record)" v-has="'area:edit'"
>{{ $t('edit') }}</a>
<a class="table-del" @click="handleDelete(record.id)" v-has="'area:delete'"