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

dep_wangsr
RuoYi 5 years ago committed by Limy
parent eb1d0c66ea
commit 66259d6dfa

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

Loading…
Cancel
Save