mirror of https://gitee.com/y_project/RuoYi.git
按钮可见不显示(权限标识控制)
parent
a1d9354de7
commit
5c7f6b7c7d
|
@ -116,6 +116,9 @@
|
||||||
width: '10%',
|
width: '10%',
|
||||||
align: "left",
|
align: "left",
|
||||||
formatter: function(value, row, index) {
|
formatter: function(value, row, index) {
|
||||||
|
if (row.menuType == 'F') {
|
||||||
|
return '-';
|
||||||
|
}
|
||||||
return $.table.selectDictLabel(datas, row.visible);
|
return $.table.selectDictLabel(datas, row.visible);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue