按钮可见不显示(权限标识控制)

pull/123/head
RuoYi 2019-08-27 09:45:29 +08:00
parent a1d9354de7
commit 5c7f6b7c7d
1 changed files with 3 additions and 0 deletions

View File

@ -116,6 +116,9 @@
width: '10%',
align: "left",
formatter: function(value, row, index) {
if (row.menuType == 'F') {
return '-';
}
return $.table.selectDictLabel(datas, row.visible);
}
},