颜色搭配

This commit is contained in:
zhang zhuo 2025-10-23 14:32:01 +08:00
parent 85cdaec1eb
commit 561233a88f
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
<template #default="scope">
<el-button-group>
<el-button text type="primary" size="small" @click="table_show(scope.row, scope.$index)">查看</el-button>
<el-button v-auth="'account:edit'" text type="warning" size="small" @click="table_edit(scope.row, scope.$index)">编辑</el-button>
<el-button v-auth="'account:edit'" text type="success" size="small" @click="table_edit(scope.row, scope.$index)">编辑</el-button>
<el-popconfirm title="确定删除吗?" @confirm="table_del(scope.row, scope.$index)">
<template #reference>
<el-button v-auth="'account:del'" text type="danger" size="small">删除</el-button>