颜色搭配
This commit is contained in:
parent
85cdaec1eb
commit
561233a88f
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue