diff --git a/scripts/package/function.mjs b/scripts/package/function.mjs index 33f2031..4031f33 100644 --- a/scripts/package/function.mjs +++ b/scripts/package/function.mjs @@ -104,7 +104,7 @@ export const appList = [ pages: [ { name: 'spdmTaskConfirm', - zhCn: '我确认的', + zhCn: '未分发的', en: 'I Confirmed', path: '/spdm/task/confirm', component: () => import('/@/spdm/views/index.vue'), @@ -114,7 +114,7 @@ export const appList = [ }, { name: 'spdmTaskSend', - zhCn: '我分发的', + zhCn: '已分发的', en: 'I Distributed', path: '/spdm/task/send', component: () => import('/@/spdm/views/index.vue'), @@ -154,7 +154,7 @@ export const appList = [ }, { name: 'spdmTaskExecution', - zhCn: '任务执行', + zhCn: '仿真执行', en: 'Task Execution', path: '/spdm/task/execution', component: () => import('/@/spdm/views/index.vue'), @@ -344,7 +344,7 @@ export const appList = [ }, { name: 'spdmCompetenceCenterKnowledge', - zhCn: '仿真知识库', + zhCn: '仿真标准库', en: 'Knowledge Library', path: '/spdm/competenceCenter/knowledge', component: () => import('/@/spdm/views/index.vue'), @@ -394,7 +394,7 @@ export const appList = [ pages: [ { name: 'spdmSystemStorage', - zhCn: '数据存储', + zhCn: '存储管理', en: 'Data Storage', path: '/spdm/system/storage', component: () => import('/@/spdm/views/index.vue'), @@ -444,7 +444,7 @@ export const appList = [ // }, { name: 'spdmSystemConfiguration', - zhCn: '配置管理', + zhCn: '业务配置', en: 'Configuration Management', path: '/spdm/system/configuration', component: () => import('/@/spdm/views/index.vue'), @@ -482,6 +482,16 @@ export const appList = [ // icon: 'ele-School', // }, // }, + { + name: 'spdmSystemPermission', + zhCn: '操作权限', + en: 'Permission', + path: '/spdm/system/permission', + component: () => import('/@/spdm/views/index.vue'), + meta: { + icon: 'ele-Lock', + }, + }, { name: 'spdmSystemLogs', zhCn: '日志管理', @@ -492,16 +502,6 @@ export const appList = [ icon: 'ele-Link', }, }, - { - name: 'spdmSystemPermission', - zhCn: '权限管理', - en: 'Permission', - path: '/spdm/system/permission', - component: () => import('/@/spdm/views/index.vue'), - meta: { - icon: 'ele-Lock', - }, - }, { name: 'spdmSystemDynamicTable', zhCn: '动态表格', diff --git a/scripts/package/i18n/en.ts b/scripts/package/i18n/en.ts index d2685fc..b640fa0 100644 --- a/scripts/package/i18n/en.ts +++ b/scripts/package/i18n/en.ts @@ -202,8 +202,8 @@ export default { spdmSystemStorage: 'Data Storage', spdmSystemDictionary: 'Data Dictionary', spdmSystemConfiguration: 'Configuration Management', - spdmSystemLogs: 'Logs', spdmSystemPermission: 'Permission', + spdmSystemLogs: 'Logs', spdmSystemDynamicTable: 'Dynamic Table', projectList: 'Project List', projectDetail: 'Project Detail', diff --git a/scripts/package/i18n/zh-cn.ts b/scripts/package/i18n/zh-cn.ts index b05567b..3aeac0c 100644 --- a/scripts/package/i18n/zh-cn.ts +++ b/scripts/package/i18n/zh-cn.ts @@ -106,12 +106,12 @@ export default { spdmProjectProjectList: '项目列表', spdmProjectDataStatistics: '数据统计', spdmProjectDashboard: '仿真看板', - spdmTaskConfirm: '我确认的', - spdmTaskSend: '我分发的', + spdmTaskConfirm: '未分发的', + spdmTaskSend: '已分发的', spdmTaskExecute: '我执行的', spdmTaskAttention: '我关注的', spdmTaskAll: '所有任务', - spdmTaskExecution: '任务执行', + spdmTaskExecution: '仿真执行', spdmTaskWorkLoad: '工作负载', spdmTaskWorkerLoad: '人力负载', spdmDataOverview: '数据总览', @@ -121,15 +121,15 @@ export default { spdmSystemApplication: '应用中心', spdmCompetenceCenterCondition: '仿真工况库', spdmCompetenceCenterIndicator: '仿真指标库', - spdmCompetenceCenterKnowledge: '仿真知识库', + spdmCompetenceCenterKnowledge: '仿真标准库', spdmCompetenceCenterParameter: '仿真参数库', spdmCompetenceCenterReport: '报告模板库', spdmCompetenceCenterAnimation: '仿真动画库', - spdmSystemStorage: '数据存储', + spdmSystemStorage: '存储管理', spdmSystemDictionary: '数据字典', - spdmSystemConfiguration: '配置管理', + spdmSystemConfiguration: '业务配置', + spdmSystemPermission: '操作权限', spdmSystemLogs: '日志管理', - spdmSystemPermission: '权限管理', spdmSystemDynamicTable: '动态表格', projectList: '项目列表', projectDetail: '项目详情', diff --git a/scripts/package/moduleMap.mjs b/scripts/package/moduleMap.mjs index 05462fe..0533afb 100644 --- a/scripts/package/moduleMap.mjs +++ b/scripts/package/moduleMap.mjs @@ -1,11 +1,11 @@ export const appMap = { spdmTaskList: {"name":"moduleApps.spdmTaskList","zhCn":"新增待办","en":"Pending Task","meta":{"icon":"ele-Warning"},"pages":[{"name":"spdmTaskSponsor","zhCn":"新增待办","en":"Pending Task","path":"/spdm/task/sponsor","meta":{"icon":"ele-Warning"}}]}, spdmProject: {"name":"moduleApps.spdmProject","zhCn":"项目管理","en":"Project Management","meta":{"icon":"ele-House"},"pages":[{"name":"spdmProjectProjectList","zhCn":"项目列表","en":"Project List","path":"/spdm/project/projectList","meta":{"icon":"ele-MessageBox"}},{"name":"spdmProjectDataStatistics","zhCn":"数据统计","en":"Data Statistics","path":"/spdm/project/statistics","meta":{"icon":"ele-PieChart"}},{"name":"spdmProjectDashboard","zhCn":"仿真看板","en":"Simulation Dashboard","path":"/spdm/project/dashboard","meta":{"icon":"ele-DataBoard"}}]}, - spdmTask: {"name":"moduleApps.spdmTask","zhCn":"任务管理","en":"Task Management","meta":{"icon":"ele-Calendar"},"pages":[{"name":"spdmTaskConfirm","zhCn":"我确认的","en":"I Confirmed","path":"/spdm/task/confirm","meta":{"icon":"ele-DocumentChecked"}},{"name":"spdmTaskSend","zhCn":"我分发的","en":"I Distributed","path":"/spdm/task/send","meta":{"icon":"ele-Message"}},{"name":"spdmTaskExecute","zhCn":"我执行的","en":"I Executed","path":"/spdm/task/execute","meta":{"icon":"ele-SetUp"}},{"name":"spdmTaskAttention","zhCn":"我关注的","en":"I Attention","path":"/spdm/task/attention","meta":{"icon":"ele-Bell"}},{"name":"spdmTaskAll","zhCn":"所有任务","en":"All Tasks","path":"/spdm/task/all","meta":{"icon":"ele-DocumentCopy"}},{"name":"spdmTaskExecution","zhCn":"任务执行","en":"Task Execution","path":"/spdm/task/execution","meta":{"icon":"ele-Operation"}},{"name":"spdmTaskWorkLoad","zhCn":"工作负载","en":"Task Work Load","path":"/spdm/task/workLoad","meta":{"icon":"ele-Odometer"}},{"name":"spdmTaskWorkerLoad","zhCn":"人力负载","en":"Task Worker Load","path":"/spdm/task/workerLoad","meta":{"icon":"ele-UserFilled"}}]}, + spdmTask: {"name":"moduleApps.spdmTask","zhCn":"任务管理","en":"Task Management","meta":{"icon":"ele-Calendar"},"pages":[{"name":"spdmTaskConfirm","zhCn":"未分发的","en":"I Confirmed","path":"/spdm/task/confirm","meta":{"icon":"ele-DocumentChecked"}},{"name":"spdmTaskSend","zhCn":"已分发的","en":"I Distributed","path":"/spdm/task/send","meta":{"icon":"ele-Message"}},{"name":"spdmTaskExecute","zhCn":"我执行的","en":"I Executed","path":"/spdm/task/execute","meta":{"icon":"ele-SetUp"}},{"name":"spdmTaskAttention","zhCn":"我关注的","en":"I Attention","path":"/spdm/task/attention","meta":{"icon":"ele-Bell"}},{"name":"spdmTaskAll","zhCn":"所有任务","en":"All Tasks","path":"/spdm/task/all","meta":{"icon":"ele-DocumentCopy"}},{"name":"spdmTaskExecution","zhCn":"仿真执行","en":"Task Execution","path":"/spdm/task/execution","meta":{"icon":"ele-Operation"}},{"name":"spdmTaskWorkLoad","zhCn":"工作负载","en":"Task Work Load","path":"/spdm/task/workLoad","meta":{"icon":"ele-Odometer"}},{"name":"spdmTaskWorkerLoad","zhCn":"人力负载","en":"Task Worker Load","path":"/spdm/task/workerLoad","meta":{"icon":"ele-UserFilled"}}]}, spdmData: {"name":"moduleApps.spdmData","zhCn":"数据管理","en":"Data Management","meta":{"icon":"ele-TakeawayBox"},"pages":[{"name":"spdmDataOverview","zhCn":"数据总览","en":"Data Overview","path":"/spdm/data/overview","meta":{"icon":"ele-DataAnalysis"}},{"name":"spdmDataAnalysis","zhCn":"数据查询","en":"Data Query","path":"/spdm/data/analysis","meta":{"icon":"ele-Search"}},{"name":"spdmDataPermission","zhCn":"数据权限","en":"Data Permission","path":"/spdm/data/permission","meta":{"icon":"ele-Warning"}}]}, spdmSimulation: {"name":"moduleApps.spdmSimulation","zhCn":"流程管理","en":"Process Management","meta":{"icon":"ele-Finished"},"pages":[{"name":"spdmSimulationProcess","zhCn":"仿真流程","en":"Simulation Process","path":"/spdm/simulation/process","meta":{"icon":"ele-FolderChecked"}},{"name":"spdmSystemApplication","zhCn":"应用中心","en":"Application Center","path":"/spdm/simulation/application","meta":{"icon":"ele-Cellphone"}}]}, - spdmCompetenceCenter: {"name":"moduleApps.spdmCompetenceCenter","zhCn":"能力中心","en":"Capability Center","meta":{"icon":"ele-Reading"},"pages":[{"name":"spdmCompetenceCenterCondition","zhCn":"仿真工况库","en":"Condition Library","path":"/spdm/competenceCenter/condition","meta":{"icon":"ele-Suitcase"}},{"name":"spdmCompetenceCenterIndicator","zhCn":"仿真指标库","en":"Indicator Library","path":"/spdm/competenceCenter/indicator","meta":{"icon":"ele-Money"}},{"name":"spdmCompetenceCenterKnowledge","zhCn":"仿真知识库","en":"Knowledge Library","path":"/spdm/competenceCenter/knowledge","meta":{"icon":"ele-Memo"}},{"name":"spdmCompetenceCenterParameter","zhCn":"仿真参数库","en":"Parameter Library","path":"/spdm/competenceCenter/parameter","meta":{"icon":"ele-Tickets"}},{"name":"spdmCompetenceCenterReport","zhCn":"报告模板库","en":"Report Library","path":"/spdm/competenceCenter/report","meta":{"icon":"ele-Edit"}},{"name":"spdmCompetenceCenterAnimation","zhCn":"仿真动画库","en":"Animation Library","path":"/spdm/competenceCenter/animation","meta":{"icon":"ele-VideoCamera"}}]}, - spdmSystem: {"name":"moduleApps.spdmSystem","zhCn":"系统管理","en":"System Administration","meta":{"icon":"ele-Monitor"},"pages":[{"name":"spdmSystemStorage","zhCn":"数据存储","en":"Data Storage","path":"/spdm/system/storage","meta":{"icon":"ele-Wallet"}},{"name":"spdmSystemDictionary","zhCn":"数据字典","en":"Data Dictionary","path":"/spdm/system/dictionary","meta":{"icon":"ele-Collection"}},{"name":"spdmSystemConfiguration","zhCn":"配置管理","en":"Configuration Management","path":"/spdm/system/configuration","meta":{"icon":"ele-Setting"}},{"name":"spdmSystemLogs","zhCn":"日志管理","en":"Logs","path":"/spdm/system/logs","meta":{"icon":"ele-Link"}},{"name":"spdmSystemPermission","zhCn":"权限管理","en":"Permission","path":"/spdm/system/permission","meta":{"icon":"ele-Lock"}},{"name":"spdmSystemDynamicTable","zhCn":"动态表格","en":"Dynamic Table","path":"/spdm/system/dynamicTable","meta":{"icon":"ele-Document"}}]}, + spdmCompetenceCenter: {"name":"moduleApps.spdmCompetenceCenter","zhCn":"能力中心","en":"Capability Center","meta":{"icon":"ele-Reading"},"pages":[{"name":"spdmCompetenceCenterCondition","zhCn":"仿真工况库","en":"Condition Library","path":"/spdm/competenceCenter/condition","meta":{"icon":"ele-Suitcase"}},{"name":"spdmCompetenceCenterIndicator","zhCn":"仿真指标库","en":"Indicator Library","path":"/spdm/competenceCenter/indicator","meta":{"icon":"ele-Money"}},{"name":"spdmCompetenceCenterKnowledge","zhCn":"仿真标准库","en":"Knowledge Library","path":"/spdm/competenceCenter/knowledge","meta":{"icon":"ele-Memo"}},{"name":"spdmCompetenceCenterParameter","zhCn":"仿真参数库","en":"Parameter Library","path":"/spdm/competenceCenter/parameter","meta":{"icon":"ele-Tickets"}},{"name":"spdmCompetenceCenterReport","zhCn":"报告模板库","en":"Report Library","path":"/spdm/competenceCenter/report","meta":{"icon":"ele-Edit"}},{"name":"spdmCompetenceCenterAnimation","zhCn":"仿真动画库","en":"Animation Library","path":"/spdm/competenceCenter/animation","meta":{"icon":"ele-VideoCamera"}}]}, + spdmSystem: {"name":"moduleApps.spdmSystem","zhCn":"系统管理","en":"System Administration","meta":{"icon":"ele-Monitor"},"pages":[{"name":"spdmSystemStorage","zhCn":"存储管理","en":"Data Storage","path":"/spdm/system/storage","meta":{"icon":"ele-Wallet"}},{"name":"spdmSystemDictionary","zhCn":"数据字典","en":"Data Dictionary","path":"/spdm/system/dictionary","meta":{"icon":"ele-Collection"}},{"name":"spdmSystemConfiguration","zhCn":"业务配置","en":"Configuration Management","path":"/spdm/system/configuration","meta":{"icon":"ele-Setting"}},{"name":"spdmSystemPermission","zhCn":"操作权限","en":"Permission","path":"/spdm/system/permission","meta":{"icon":"ele-Lock"}},{"name":"spdmSystemLogs","zhCn":"日志管理","en":"Logs","path":"/spdm/system/logs","meta":{"icon":"ele-Link"}},{"name":"spdmSystemDynamicTable","zhCn":"动态表格","en":"Dynamic Table","path":"/spdm/system/dynamicTable","meta":{"icon":"ele-Document"}}]}, project: {"name":"moduleApps.project","zhCn":"项目管理","en":"Project Management","pages":[{"name":"projectList","zhCn":"项目列表","en":"Project List","path":"/project/list","meta":{"icon":"iconfont icon-diannao1"}},{"name":"projectDetail","zhCn":"项目详情","en":"Project Detail","path":"/project/detail","meta":{"isKeepAlive":true,"parentName":"projectList"}},{"name":"projectSet","zhCn":"项目设置","en":"Project Set","path":"/project/set","meta":{"parentName":"projectDetail"}}]}, task: {"name":"moduleApps.task","zhCn":"审批中心","en":"Task Center","functions":["shutdown"],"pages":[{"name":"taskPending","zhCn":"待办任务","en":"Pending Task","path":"/task/pending","meta":{"icon":"fa fa-flag-checkered"}},{"name":"taskCompleted","zhCn":"已完成任务","en":"Completed Task","path":"/task/completed","meta":{"icon":"fa fa-hand-o-right"}}]}, form_template: {"name":"moduleApps.form_template","zhCn":"表单管理","en":"Form Management","pages":[{"name":"formTemplateList","zhCn":"表单列表","en":"Form Template List","path":"/form-template/list","meta":{"icon":"iconfont icon-putong"}},{"name":"formTemplateVersion","zhCn":"表单版本","en":"Form Template Version","path":"/form-template/version","meta":{"icon":"iconfont icon-barcode-qr","parentName":"formTemplateList"}}]}, @@ -300,14 +300,6 @@ export const pageMap = { "code": "spdmSystem_view" } }, - "spdmSystemLogs": { - "path": "/spdm/system/logs", - "name": "moduleRoutes.spdmSystemLogs", - "meta": { - "icon": "ele-Link", - "code": "spdmSystem_view" - } - }, "spdmSystemPermission": { "path": "/spdm/system/permission", "name": "moduleRoutes.spdmSystemPermission", @@ -316,6 +308,14 @@ export const pageMap = { "code": "spdmSystem_view" } }, + "spdmSystemLogs": { + "path": "/spdm/system/logs", + "name": "moduleRoutes.spdmSystemLogs", + "meta": { + "icon": "ele-Link", + "code": "spdmSystem_view" + } + }, "spdmSystemDynamicTable": { "path": "/spdm/system/dynamicTable", "name": "moduleRoutes.spdmSystemDynamicTable", diff --git a/src/i18n/pages/route/en.ts b/src/i18n/pages/route/en.ts index d2685fc..b640fa0 100644 --- a/src/i18n/pages/route/en.ts +++ b/src/i18n/pages/route/en.ts @@ -202,8 +202,8 @@ export default { spdmSystemStorage: 'Data Storage', spdmSystemDictionary: 'Data Dictionary', spdmSystemConfiguration: 'Configuration Management', - spdmSystemLogs: 'Logs', spdmSystemPermission: 'Permission', + spdmSystemLogs: 'Logs', spdmSystemDynamicTable: 'Dynamic Table', projectList: 'Project List', projectDetail: 'Project Detail', diff --git a/src/i18n/pages/route/zh-cn.ts b/src/i18n/pages/route/zh-cn.ts index b05567b..3aeac0c 100644 --- a/src/i18n/pages/route/zh-cn.ts +++ b/src/i18n/pages/route/zh-cn.ts @@ -106,12 +106,12 @@ export default { spdmProjectProjectList: '项目列表', spdmProjectDataStatistics: '数据统计', spdmProjectDashboard: '仿真看板', - spdmTaskConfirm: '我确认的', - spdmTaskSend: '我分发的', + spdmTaskConfirm: '未分发的', + spdmTaskSend: '已分发的', spdmTaskExecute: '我执行的', spdmTaskAttention: '我关注的', spdmTaskAll: '所有任务', - spdmTaskExecution: '任务执行', + spdmTaskExecution: '仿真执行', spdmTaskWorkLoad: '工作负载', spdmTaskWorkerLoad: '人力负载', spdmDataOverview: '数据总览', @@ -121,15 +121,15 @@ export default { spdmSystemApplication: '应用中心', spdmCompetenceCenterCondition: '仿真工况库', spdmCompetenceCenterIndicator: '仿真指标库', - spdmCompetenceCenterKnowledge: '仿真知识库', + spdmCompetenceCenterKnowledge: '仿真标准库', spdmCompetenceCenterParameter: '仿真参数库', spdmCompetenceCenterReport: '报告模板库', spdmCompetenceCenterAnimation: '仿真动画库', - spdmSystemStorage: '数据存储', + spdmSystemStorage: '存储管理', spdmSystemDictionary: '数据字典', - spdmSystemConfiguration: '配置管理', + spdmSystemConfiguration: '业务配置', + spdmSystemPermission: '操作权限', spdmSystemLogs: '日志管理', - spdmSystemPermission: '权限管理', spdmSystemDynamicTable: '动态表格', projectList: '项目列表', projectDetail: '项目详情', diff --git a/src/router/menus.ts b/src/router/menus.ts index 5959138..8a3ee48 100644 --- a/src/router/menus.ts +++ b/src/router/menus.ts @@ -273,14 +273,6 @@ export default [ "code": "spdmSystem_view" } }, - { - "path": "/spdm/system/logs", - "name": "moduleRoutes.spdmSystemLogs", - "meta": { - "icon": "ele-Link", - "code": "spdmSystem_view" - } - }, { "path": "/spdm/system/permission", "name": "moduleRoutes.spdmSystemPermission", @@ -289,6 +281,14 @@ export default [ "code": "spdmSystem_view" } }, + { + "path": "/spdm/system/logs", + "name": "moduleRoutes.spdmSystemLogs", + "meta": { + "icon": "ele-Link", + "code": "spdmSystem_view" + } + }, { "path": "/spdm/system/dynamicTable", "name": "moduleRoutes.spdmSystemDynamicTable", diff --git a/src/router/modules.ts b/src/router/modules.ts index a6f1275..4162a18 100644 --- a/src/router/modules.ts +++ b/src/router/modules.ts @@ -155,18 +155,18 @@ export default [ component: () => import('/@/spdm/views/index.vue'), meta: {"icon":"ele-Setting","code":"spdmSystem_view"}, }, - { - path: '/spdm/system/logs', - name: 'moduleRoutes.spdmSystemLogs', - component: () => import('/@/spdm/views/index.vue'), - meta: {"icon":"ele-Link","code":"spdmSystem_view"}, - }, { path: '/spdm/system/permission', name: 'moduleRoutes.spdmSystemPermission', component: () => import('/@/spdm/views/index.vue'), meta: {"icon":"ele-Lock","code":"spdmSystem_view"}, }, + { + path: '/spdm/system/logs', + name: 'moduleRoutes.spdmSystemLogs', + component: () => import('/@/spdm/views/index.vue'), + meta: {"icon":"ele-Link","code":"spdmSystem_view"}, + }, { path: '/spdm/system/dynamicTable', name: 'moduleRoutes.spdmSystemDynamicTable', diff --git a/src/spdm/function.mjs b/src/spdm/function.mjs index 44b8a6f..06ae46a 100644 --- a/src/spdm/function.mjs +++ b/src/spdm/function.mjs @@ -69,7 +69,7 @@ export const appList = [ pages: [ { name: 'spdmTaskConfirm', - zhCn: '我确认的', + zhCn: '未分发的', en: 'I Confirmed', path: '/spdm/task/confirm', component: () => import('/@/spdm/views/index.vue'), @@ -79,7 +79,7 @@ export const appList = [ }, { name: 'spdmTaskSend', - zhCn: '我分发的', + zhCn: '已分发的', en: 'I Distributed', path: '/spdm/task/send', component: () => import('/@/spdm/views/index.vue'), @@ -119,7 +119,7 @@ export const appList = [ }, { name: 'spdmTaskExecution', - zhCn: '任务执行', + zhCn: '仿真执行', en: 'Task Execution', path: '/spdm/task/execution', component: () => import('/@/spdm/views/index.vue'), @@ -309,7 +309,7 @@ export const appList = [ }, { name: 'spdmCompetenceCenterKnowledge', - zhCn: '仿真知识库', + zhCn: '仿真标准库', en: 'Knowledge Library', path: '/spdm/competenceCenter/knowledge', component: () => import('/@/spdm/views/index.vue'), @@ -359,7 +359,7 @@ export const appList = [ pages: [ { name: 'spdmSystemStorage', - zhCn: '数据存储', + zhCn: '存储管理', en: 'Data Storage', path: '/spdm/system/storage', component: () => import('/@/spdm/views/index.vue'), @@ -409,7 +409,7 @@ export const appList = [ // }, { name: 'spdmSystemConfiguration', - zhCn: '配置管理', + zhCn: '业务配置', en: 'Configuration Management', path: '/spdm/system/configuration', component: () => import('/@/spdm/views/index.vue'), @@ -447,6 +447,16 @@ export const appList = [ // icon: 'ele-School', // }, // }, + { + name: 'spdmSystemPermission', + zhCn: '操作权限', + en: 'Permission', + path: '/spdm/system/permission', + component: () => import('/@/spdm/views/index.vue'), + meta: { + icon: 'ele-Lock', + }, + }, { name: 'spdmSystemLogs', zhCn: '日志管理', @@ -457,16 +467,6 @@ export const appList = [ icon: 'ele-Link', }, }, - { - name: 'spdmSystemPermission', - zhCn: '权限管理', - en: 'Permission', - path: '/spdm/system/permission', - component: () => import('/@/spdm/views/index.vue'), - meta: { - icon: 'ele-Lock', - }, - }, { name: 'spdmSystemDynamicTable', zhCn: '动态表格',