Pre Merge pull request !342 from Guanbostart/N/A
This commit is contained in:
commit
bbf4d9e6fe
|
|
@ -98,7 +98,6 @@
|
|||
{
|
||||
visible: editFlag == 'hidden' ? false : true,
|
||||
title: '角色状态',
|
||||
align: 'center',
|
||||
formatter: function (value, row, index) {
|
||||
return statusTools(row);
|
||||
}
|
||||
|
|
@ -110,7 +109,6 @@
|
|||
},
|
||||
{
|
||||
title: '操作',
|
||||
align: 'center',
|
||||
formatter: function(value, row, index) {
|
||||
if (row.roleId != 1) {
|
||||
var actions = [];
|
||||
|
|
|
|||
Loading…
Reference in New Issue