按钮可见不显示(权限标识控制)
This commit is contained in:
@ -116,6 +116,9 @@
|
||||
width: '10%',
|
||||
align: "left",
|
||||
formatter: function(value, row, index) {
|
||||
if (row.menuType == 'F') {
|
||||
return '-';
|
||||
}
|
||||
return $.table.selectDictLabel(datas, row.visible);
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user