This commit is contained in:
Taric Xin
2022-01-21 11:17:29 +08:00
parent 869c01b1a9
commit 7c821be050
3 changed files with 2 additions and 14 deletions

View File

@ -37,11 +37,11 @@ export class BtnManagementComponent implements OnInit {
title: '操作',
buttons: [
{
code: '编辑',
text: '编辑',
click: item => this.roleAction(item, 2)
},
{
code: '删除',
text: '删除',
click: item => this.deleteAction(item)
},
]