edit
This commit is contained in:
@ -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)
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user