update:菜单调整

This commit is contained in:
2025-12-24 18:37:38 +08:00
parent 52a5993761
commit b4d748fe72
9 changed files with 82 additions and 238 deletions

View File

@@ -212,26 +212,26 @@ export const appList = [
icon: 'ele-Warning',
},
},
{
name: 'spdmDataTrain',
zhCn: '数据训练',
en: 'Data Training',
path: '/spdm/data/train',
component: () => import('/@/spdm/views/index.vue'),
meta: {
icon: 'ele-Cpu',
},
},
{
name: 'spdmDataForecast',
zhCn: '数据预测',
en: 'Data Prediction',
path: '/spdm/data/forecast',
component: () => import('/@/spdm/views/index.vue'),
meta: {
icon: 'ele-Paperclip',
},
},
// {
// name: 'spdmDataTrain',
// zhCn: '数据训练',
// en: 'Data Training',
// path: '/spdm/data/train',
// component: () => import('/@/spdm/views/index.vue'),
// meta: {
// icon: 'ele-Cpu',
// },
// },
// {
// name: 'spdmDataForecast',
// zhCn: '数据预测',
// en: 'Data Prediction',
// path: '/spdm/data/forecast',
// component: () => import('/@/spdm/views/index.vue'),
// meta: {
// icon: 'ele-Paperclip',
// },
// },
],
},
{
@@ -518,46 +518,46 @@ export const appList = [
icon: 'fa fa-flag-checkered',
},
},
{
name: 'taskTransfer',
zhCn: '转办任务',
en: 'Transfer Task',
path: '/task/transfer',
component: () => import('/@/views/flow/task/transfer.vue'),
meta: {
icon: 'fa fa-share-square',
},
},
{
name: 'taskStarted',
zhCn: '发起任务',
en: 'Started Task',
path: '/task/started',
component: () => import('/@/views/flow/task/started.vue'),
meta: {
icon: 'fa fa-plane',
},
},
{
name: 'taskCc',
zhCn: '抄送任务',
en: 'CC Task',
path: '/task/cc',
component: () => import('/@/views/flow/task/cc.vue'),
meta: {
icon: 'fa fa-arrow-circle-right',
},
},
{
name: 'taskCompleted',
zhCn: '已完成任务',
en: 'Completed Task',
path: '/task/completed',
component: () => import('/@/views/flow/task/completed.vue'),
meta: {
icon: 'fa fa-hand-o-right',
},
},
// {
// name: 'taskTransfer',
// zhCn: '转办任务',
// en: 'Transfer Task',
// path: '/task/transfer',
// component: () => import('/@/views/flow/task/transfer.vue'),
// meta: {
// icon: 'fa fa-share-square',
// },
// },
// {
// name: 'taskStarted',
// zhCn: '发起任务',
// en: 'Started Task',
// path: '/task/started',
// component: () => import('/@/views/flow/task/started.vue'),
// meta: {
// icon: 'fa fa-plane',
// },
// },
// {
// name: 'taskCc',
// zhCn: '抄送任务',
// en: 'CC Task',
// path: '/task/cc',
// component: () => import('/@/views/flow/task/cc.vue'),
// meta: {
// icon: 'fa fa-arrow-circle-right',
// },
// },
// {
// name: 'taskCompleted',
// zhCn: '已完成任务',
// en: 'Completed Task',
// path: '/task/completed',
// component: () => import('/@/views/flow/task/completed.vue'),
// meta: {
// icon: 'fa fa-hand-o-right',
// },
// },
],
},
{