v3.18.0 【新增】新增消息管理;【新增】完善企业demo;【新增】完善相关数据权限;【新增】菜单管理下级功能

This commit is contained in:
zhuoda
2025-04-10 21:21:37 +08:00
parent 7ea97f8433
commit caf8e3aa25
52 changed files with 1441 additions and 97 deletions

View File

@@ -40,7 +40,7 @@ export const TABLE_ID_CONST = {
SYSTEM: {
EMPLOYEE: systemInitTableId + 1, //员工
MENU: systemInitTableId + 2, //菜单
POSITION:systemInitTableId + 3, //职位
POSITION: systemInitTableId + 3, //职位
},
/**
* 支撑
@@ -56,5 +56,6 @@ export const TABLE_ID_CONST = {
HELP_DOC: supportInitTableId + 8, //帮助文档
JOB: supportInitTableId + 9, //Job
JOB_LOG: supportInitTableId + 10, //JobLog
MAIL: supportInitTableId + 11,
},
};