推送组2对非SAAS用户不可见

This commit is contained in:
weidong 2024-11-11 21:55:57 +08:00
parent 8761164e4f
commit 20c2953a97

View File

@ -123,6 +123,9 @@
if([[${role}]] == "USER") {
cfg_cols[15].hide = true;
}
if([[${tenant_id}]] != 0) {
cfg_cols[10].hide = true;
}
/**
* 初始化表单,要加上,不然刷新部分组件可能会不加载
*/