update:菜单调整
This commit is contained in:
@@ -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: '动态表格',
|
||||
|
||||
Reference in New Issue
Block a user