This commit is contained in:
2026-08-11 09:31:42 +08:00
parent 9391c4db09
commit 0a5b3b2cab
21 changed files with 409 additions and 108 deletions
+1 -1
View File
@@ -318,7 +318,7 @@
<el-link
v-for="action in rowActions(row)"
:key="action.type"
type="primary"
:type="action.type === 'delete' ? 'danger' : 'primary'"
@click="handleRowAction(action.type, row)"
>{{ action.label }}</el-link>
</div>