This commit is contained in:
Taric Xin
2022-02-10 14:49:37 +08:00
parent 6709a00c1f
commit 78ed555551
3 changed files with 2 additions and 6 deletions

View File

@ -43,7 +43,7 @@ export class RoleManagementComponent implements OnInit {
{
text: '编辑',
click: item => this.roleAction(item),
iif: item => item.roleName !== '超级管理员'
// iif: item => item.roleName !== '超级管理员'
},
{
text: '删除',