fix(frontend): reclassify global cross-company privilege as an operation to fix UI placement, and strictly enforce permission-driven table columns by bypassing localstorage

This commit is contained in:
DXC
2026-04-17 09:36:23 +08:00
parent bd93a3d70b
commit 6c0e13e52d
4 changed files with 4 additions and 106 deletions

View File

@ -213,7 +213,7 @@ const fetchTree = async () => {
{
id: 999991,
name: '跨组织/跨区域数据查询',
code: 'global:cross_company',
code: 'global:cross_company_op', // 加上 _op 让它显示在操作权限列
type: 'element'
}
]