update:路径优化
This commit is contained in:
@@ -34,358 +34,358 @@ export const ScopeApp = 'moduleApps';
|
||||
export const ScopeRoute = 'moduleRoutes';
|
||||
|
||||
export const appList = [
|
||||
{
|
||||
name: 'spdmProject',
|
||||
zhCn: '项目管理',
|
||||
en: '项目管理',
|
||||
pages: [
|
||||
{
|
||||
name: 'spdmProjectProjectList',
|
||||
zhCn: '项目列表',
|
||||
en: '项目列表',
|
||||
path: '/spdm/project/projectList',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmProjectDataStatistics',
|
||||
zhCn: '数据统计',
|
||||
en: '数据统计',
|
||||
path: '/spdm/project/statistics',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'spdmTask',
|
||||
zhCn: '任务管理',
|
||||
en: '任务管理',
|
||||
pages: [
|
||||
{
|
||||
name: 'spdmTaskSponsor',
|
||||
zhCn: '我发起的',
|
||||
en: '我发起的',
|
||||
path: '/spdm/task/sponsor',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmTaskConfirm',
|
||||
zhCn: '我确认的',
|
||||
en: '我确认的',
|
||||
path: '/spdm/task/confirm',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmTaskExecute',
|
||||
zhCn: '我执行的',
|
||||
en: '我执行的',
|
||||
path: '/spdm/task/execute',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmTaskAttention',
|
||||
zhCn: '我关注的',
|
||||
en: '我关注的',
|
||||
path: '/spdm/task/attention',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmTaskAll',
|
||||
zhCn: '所有任务',
|
||||
en: '所有任务',
|
||||
path: '/spdm/task/all',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmTaskExecution',
|
||||
zhCn: '任务执行',
|
||||
en: '任务执行',
|
||||
path: '/spdm/task/execution',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'spdmData',
|
||||
zhCn: '数据管理',
|
||||
en: '数据管理',
|
||||
pages: [
|
||||
{
|
||||
name: 'spdmDataOverview',
|
||||
zhCn: '数据总览',
|
||||
en: '数据总览',
|
||||
path: '/spdm/data/overview',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmDataAnalysis',
|
||||
zhCn: '数据查询',
|
||||
en: '数据查询',
|
||||
path: '/spdm/data/analysis',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmDataGrid',
|
||||
zhCn: '模型管理',
|
||||
en: '模型管理',
|
||||
path: '/spdm/data/grid',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmDataPermission',
|
||||
zhCn: '数据权限',
|
||||
en: '数据权限',
|
||||
path: '/spdm/data/permission',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmDataTrain',
|
||||
zhCn: '数据训练',
|
||||
en: '数据训练',
|
||||
path: '/spdm/data/train',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmDataForecast',
|
||||
zhCn: '数据预测',
|
||||
en: '数据预测',
|
||||
path: '/spdm/data/forecast',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'spdmSimulation',
|
||||
zhCn: '流程管理',
|
||||
en: '流程管理',
|
||||
pages: [
|
||||
{
|
||||
name: 'spdmSimulationProcess',
|
||||
zhCn: '仿真流程库',
|
||||
en: '仿真流程库',
|
||||
path: '/spdm/simulation/process',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmSimulationCreation',
|
||||
zhCn: '仿真流程创建',
|
||||
en: '仿真流程创建',
|
||||
path: '/spdm/simulation/creation',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmSimulationAppCenter',
|
||||
zhCn: '项目管理',
|
||||
en: '应用中心',
|
||||
path: '应用中心',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'spdmCompetenceCenter',
|
||||
zhCn: '能力中心',
|
||||
en: '能力中心',
|
||||
pages: [
|
||||
{
|
||||
name: 'spdmCompetenceCenterCondition',
|
||||
zhCn: '仿真工况库',
|
||||
en: '仿真工况库',
|
||||
path: '/spdm/competenceCenter/condition',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmCompetenceCenterIndicator',
|
||||
zhCn: '仿真指标库',
|
||||
en: '仿真指标库',
|
||||
path: '/spdm/competenceCenter/indicator',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmCompetenceCenterKnowledge',
|
||||
zhCn: '仿真知识库',
|
||||
en: '仿真知识库',
|
||||
path: '/spdm/competenceCenter/knowledge',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmCompetenceCenterParameter',
|
||||
zhCn: '仿真参数库',
|
||||
en: '仿真参数库',
|
||||
path: '/spdm/competenceCenter/parameter',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'spdmSystem',
|
||||
zhCn: '系统管理',
|
||||
en: '系统管理',
|
||||
pages: [
|
||||
{
|
||||
name: 'spdmDataStorage',
|
||||
zhCn: '数据存储',
|
||||
en: '数据存储',
|
||||
path: '/spdm/system/storage',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmSystemApproval',
|
||||
zhCn: '审批流程',
|
||||
en: '审批流程',
|
||||
path: '/spdm/system/approval',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmSystemDictionary',
|
||||
zhCn: '数据字典',
|
||||
en: '数据字典',
|
||||
path: '/spdm/system/dictionary',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmSystemMenu',
|
||||
zhCn: '菜单管理',
|
||||
en: '菜单管理',
|
||||
path: '/spdm/system/menu',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmSystemTenant',
|
||||
zhCn: '租户管理',
|
||||
en: '租户管理',
|
||||
path: '/spdm/system/tenant',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmSystemConfiguration',
|
||||
zhCn: '配置管理',
|
||||
en: '配置管理',
|
||||
path: '/spdm/system/configuration',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmSystemRole',
|
||||
zhCn: '角色管理',
|
||||
en: '角色管理',
|
||||
path: '/spdm/system/role',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmSystemUser',
|
||||
zhCn: '用户管理',
|
||||
en: '用户管理',
|
||||
path: '/spdm/system/user',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmSystemGroup',
|
||||
zhCn: '用户组管理',
|
||||
en: '用户组管理',
|
||||
path: '/spdm/system/group',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmSystemApplication',
|
||||
zhCn: '应用管理',
|
||||
en: '应用管理',
|
||||
path: '/spdm/system/application',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'spdmProject',
|
||||
zhCn: '项目管理',
|
||||
en: 'Project Management',
|
||||
pages: [
|
||||
{
|
||||
name: 'spdmProjectProjectList',
|
||||
zhCn: '项目列表',
|
||||
en: 'Project List',
|
||||
path: '/spdm/project/projectList',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmProjectDataStatistics',
|
||||
zhCn: '数据统计',
|
||||
en: 'Data Statistics',
|
||||
path: '/spdm/project/statistics',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'spdmTask',
|
||||
zhCn: '任务管理',
|
||||
en: 'Task Management',
|
||||
pages: [
|
||||
{
|
||||
name: 'spdmTaskSponsor',
|
||||
zhCn: '我发起的',
|
||||
en: 'I Initiated',
|
||||
path: '/spdm/task/sponsor',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmTaskConfirm',
|
||||
zhCn: '我确认的',
|
||||
en: 'I confirmed',
|
||||
path: '/spdm/task/confirm',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmTaskExecute',
|
||||
zhCn: '我执行的',
|
||||
en: 'I executed',
|
||||
path: '/spdm/task/execute',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmTaskAttention',
|
||||
zhCn: '我关注的',
|
||||
en: 'I Attention',
|
||||
path: '/spdm/task/attention',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmTaskAll',
|
||||
zhCn: '所有任务',
|
||||
en: 'All Tasks',
|
||||
path: '/spdm/task/all',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmTaskExecution',
|
||||
zhCn: '任务执行',
|
||||
en: 'Task execution',
|
||||
path: '/spdm/task/execution',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'spdmData',
|
||||
zhCn: '数据管理',
|
||||
en: 'Data Management',
|
||||
pages: [
|
||||
{
|
||||
name: 'spdmDataOverview',
|
||||
zhCn: '数据总览',
|
||||
en: 'Data Overview',
|
||||
path: '/spdm/data/overview',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmDataAnalysis',
|
||||
zhCn: '数据查询',
|
||||
en: 'Data Query',
|
||||
path: '/spdm/data/analysis',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmDataGrid',
|
||||
zhCn: '模型管理',
|
||||
en: 'Model Management',
|
||||
path: '/spdm/data/grid',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmDataPermission',
|
||||
zhCn: '数据权限',
|
||||
en: 'Data Permission',
|
||||
path: '/spdm/data/permission',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmDataTrain',
|
||||
zhCn: '数据训练',
|
||||
en: 'Data Training',
|
||||
path: '/spdm/data/train',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmDataForecast',
|
||||
zhCn: '数据预测',
|
||||
en: 'Data Prediction',
|
||||
path: '/spdm/data/forecast',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'spdmSimulation',
|
||||
zhCn: '流程管理',
|
||||
en: 'Process Management',
|
||||
pages: [
|
||||
{
|
||||
name: 'spdmSimulationProcess',
|
||||
zhCn: '仿真流程库',
|
||||
en: 'Simulation Library',
|
||||
path: '/spdm/simulation/process',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmSimulationCreation',
|
||||
zhCn: '仿真流程创建',
|
||||
en: 'Simulation Creation',
|
||||
path: '/spdm/simulation/creation',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmSimulationAppCenter',
|
||||
zhCn: '应用中心',
|
||||
en: 'App Center',
|
||||
path: '/spdm/simulation/appCenter',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'spdmCompetenceCenter',
|
||||
zhCn: '能力中心',
|
||||
en: 'Capability Center',
|
||||
pages: [
|
||||
{
|
||||
name: 'spdmCompetenceCenterCondition',
|
||||
zhCn: '仿真工况库',
|
||||
en: 'Condition Library',
|
||||
path: '/spdm/competenceCenter/condition',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmCompetenceCenterIndicator',
|
||||
zhCn: '仿真指标库',
|
||||
en: 'Indicator Library',
|
||||
path: '/spdm/competenceCenter/indicator',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmCompetenceCenterKnowledge',
|
||||
zhCn: '仿真知识库',
|
||||
en: 'Knowledge Library',
|
||||
path: '/spdm/competenceCenter/knowledge',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmCompetenceCenterParameter',
|
||||
zhCn: '仿真参数库',
|
||||
en: 'Parameter Library',
|
||||
path: '/spdm/competenceCenter/parameter',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'spdmSystem',
|
||||
zhCn: '系统管理',
|
||||
en: 'System Administration',
|
||||
pages: [
|
||||
{
|
||||
name: 'spdmDataStorage',
|
||||
zhCn: '数据存储',
|
||||
en: 'Data Storage',
|
||||
path: '/spdm/system/storage',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmSystemApproval',
|
||||
zhCn: '审批流程',
|
||||
en: 'Approval Process',
|
||||
path: '/spdm/system/approval',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmSystemDictionary',
|
||||
zhCn: '数据字典',
|
||||
en: 'Data Dictionary',
|
||||
path: '/spdm/system/dictionary',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmSystemMenu',
|
||||
zhCn: '菜单管理',
|
||||
en: 'Menu Management',
|
||||
path: '/spdm/system/menu',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmSystemTenant',
|
||||
zhCn: '租户管理',
|
||||
en: 'Tenant Management',
|
||||
path: '/spdm/system/tenant',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmSystemConfiguration',
|
||||
zhCn: '配置管理',
|
||||
en: 'Configuration Management',
|
||||
path: '/spdm/system/configuration',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmSystemRole',
|
||||
zhCn: '角色管理',
|
||||
en: 'Role Management',
|
||||
path: '/spdm/system/role',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmSystemUser',
|
||||
zhCn: '用户管理',
|
||||
en: 'User Management',
|
||||
path: '/spdm/system/user',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmSystemGroup',
|
||||
zhCn: '用户组管理',
|
||||
en: 'Group Management',
|
||||
path: '/spdm/system/group',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'spdmSystemApplication',
|
||||
zhCn: '应用管理',
|
||||
en: 'Application Management',
|
||||
path: '/spdm/system/application',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'project',
|
||||
zhCn: '项目管理',
|
||||
|
||||
@@ -11,12 +11,12 @@ export default {
|
||||
invite: 'Invite Record',
|
||||
},
|
||||
moduleFuncs: {
|
||||
spdmProject: '项目管理',
|
||||
spdmTask: '任务管理',
|
||||
spdmData: '数据管理',
|
||||
spdmSimulation: '流程管理',
|
||||
spdmCompetenceCenter: '能力中心',
|
||||
spdmSystem: '系统管理',
|
||||
spdmProject: 'Project Management',
|
||||
spdmTask: 'Task Management',
|
||||
spdmData: 'Data Management',
|
||||
spdmSimulation: 'Process Management',
|
||||
spdmCompetenceCenter: 'Capability Center',
|
||||
spdmSystem: 'System Administration',
|
||||
project: 'Project Management',
|
||||
task: 'Task Center',
|
||||
form_template: 'Form Management',
|
||||
@@ -92,12 +92,12 @@ export default {
|
||||
erp_material: 'Material Management',
|
||||
},
|
||||
moduleApps: {
|
||||
spdmProject: '项目管理',
|
||||
spdmTask: '任务管理',
|
||||
spdmData: '数据管理',
|
||||
spdmSimulation: '流程管理',
|
||||
spdmCompetenceCenter: '能力中心',
|
||||
spdmSystem: '系统管理',
|
||||
spdmProject: 'Project Management',
|
||||
spdmTask: 'Task Management',
|
||||
spdmData: 'Data Management',
|
||||
spdmSimulation: 'Process Management',
|
||||
spdmCompetenceCenter: 'Capability Center',
|
||||
spdmSystem: 'System Administration',
|
||||
project: 'Project Management',
|
||||
task: 'Task Center',
|
||||
form_template: 'Form Management',
|
||||
@@ -173,37 +173,37 @@ export default {
|
||||
erp_material: 'Material Management',
|
||||
},
|
||||
moduleRoutes: {
|
||||
spdmProjectProjectList: '项目列表',
|
||||
spdmProjectDataStatistics: '数据统计',
|
||||
spdmTaskSponsor: '我发起的',
|
||||
spdmTaskConfirm: '我确认的',
|
||||
spdmTaskExecute: '我执行的',
|
||||
spdmTaskAttention: '我关注的',
|
||||
spdmTaskAll: '所有任务',
|
||||
spdmTaskExecution: '任务执行',
|
||||
spdmDataOverview: '数据总览',
|
||||
spdmDataAnalysis: '数据查询',
|
||||
spdmDataGrid: '模型管理',
|
||||
spdmDataPermission: '数据权限',
|
||||
spdmDataTrain: '数据训练',
|
||||
spdmDataForecast: '数据预测',
|
||||
spdmSimulationProcess: '仿真流程库',
|
||||
spdmSimulationCreation: '仿真流程创建',
|
||||
spdmSimulationAppCenter: '应用中心',
|
||||
spdmCompetenceCenterCondition: '仿真工况库',
|
||||
spdmCompetenceCenterIndicator: '仿真指标库',
|
||||
spdmCompetenceCenterKnowledge: '仿真知识库',
|
||||
spdmCompetenceCenterParameter: '仿真参数库',
|
||||
spdmDataStorage: '数据存储',
|
||||
spdmSystemApproval: '审批流程',
|
||||
spdmSystemDictionary: '数据字典',
|
||||
spdmSystemMenu: '菜单管理',
|
||||
spdmSystemTenant: '租户管理',
|
||||
spdmSystemConfiguration: '配置管理',
|
||||
spdmSystemRole: '角色管理',
|
||||
spdmSystemUser: '用户管理',
|
||||
spdmSystemGroup: '用户组管理',
|
||||
spdmSystemApplication: '应用管理',
|
||||
spdmProjectProjectList: 'Project List',
|
||||
spdmProjectDataStatistics: 'Data Statistics',
|
||||
spdmTaskSponsor: 'I Initiated',
|
||||
spdmTaskConfirm: 'I confirmed',
|
||||
spdmTaskExecute: 'I executed',
|
||||
spdmTaskAttention: 'I Attention',
|
||||
spdmTaskAll: 'All Tasks',
|
||||
spdmTaskExecution: 'Task execution',
|
||||
spdmDataOverview: 'Data Overview',
|
||||
spdmDataAnalysis: 'Data Query',
|
||||
spdmDataGrid: 'Model Management',
|
||||
spdmDataPermission: 'Data Permission',
|
||||
spdmDataTrain: 'Data Training',
|
||||
spdmDataForecast: 'Data Prediction',
|
||||
spdmSimulationProcess: 'Simulation Library',
|
||||
spdmSimulationCreation: 'Simulation Creation',
|
||||
spdmSimulationAppCenter: 'App Center',
|
||||
spdmCompetenceCenterCondition: 'Condition Library',
|
||||
spdmCompetenceCenterIndicator: 'Indicator Library',
|
||||
spdmCompetenceCenterKnowledge: 'Knowledge Library',
|
||||
spdmCompetenceCenterParameter: 'Parameter Library',
|
||||
spdmDataStorage: 'Data Storage',
|
||||
spdmSystemApproval: 'Approval Process',
|
||||
spdmSystemDictionary: 'Data Dictionary',
|
||||
spdmSystemMenu: 'Menu Management',
|
||||
spdmSystemTenant: 'Tenant Management',
|
||||
spdmSystemConfiguration: 'Configuration Management',
|
||||
spdmSystemRole: 'Role Management',
|
||||
spdmSystemUser: 'User Management',
|
||||
spdmSystemGroup: 'Group Management',
|
||||
spdmSystemApplication: 'Application Management',
|
||||
projectList: 'Project List',
|
||||
projectDetail: 'Project Detail',
|
||||
projectSet: 'Project Set',
|
||||
|
||||
@@ -116,7 +116,7 @@ export default {
|
||||
spdmDataForecast: '数据预测',
|
||||
spdmSimulationProcess: '仿真流程库',
|
||||
spdmSimulationCreation: '仿真流程创建',
|
||||
spdmSimulationAppCenter: '项目管理',
|
||||
spdmSimulationAppCenter: '应用中心',
|
||||
spdmCompetenceCenterCondition: '仿真工况库',
|
||||
spdmCompetenceCenterIndicator: '仿真指标库',
|
||||
spdmCompetenceCenterKnowledge: '仿真知识库',
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
export const appMap = {
|
||||
spdmProject: {"name":"moduleApps.spdmProject","zhCn":"项目管理","en":"项目管理","pages":[{"name":"spdmProjectProjectList","zhCn":"项目列表","en":"项目列表","path":"/spdm/project/projectList","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmProjectDataStatistics","zhCn":"数据统计","en":"数据统计","path":"/spdm/project/statistics","meta":{"icon":"iconfont icon-diannao1"}}]},
|
||||
spdmTask: {"name":"moduleApps.spdmTask","zhCn":"任务管理","en":"任务管理","pages":[{"name":"spdmTaskSponsor","zhCn":"我发起的","en":"我发起的","path":"/spdm/task/sponsor","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmTaskConfirm","zhCn":"我确认的","en":"我确认的","path":"/spdm/task/confirm","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmTaskExecute","zhCn":"我执行的","en":"我执行的","path":"/spdm/task/execute","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmTaskAttention","zhCn":"我关注的","en":"我关注的","path":"/spdm/task/attention","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmTaskAll","zhCn":"所有任务","en":"所有任务","path":"/spdm/task/all","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmTaskExecution","zhCn":"任务执行","en":"任务执行","path":"/spdm/task/execution","meta":{"icon":"iconfont icon-diannao1"}}]},
|
||||
spdmData: {"name":"moduleApps.spdmData","zhCn":"数据管理","en":"数据管理","pages":[{"name":"spdmDataOverview","zhCn":"数据总览","en":"数据总览","path":"/spdm/data/overview","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmDataAnalysis","zhCn":"数据查询","en":"数据查询","path":"/spdm/data/analysis","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmDataGrid","zhCn":"模型管理","en":"模型管理","path":"/spdm/data/grid","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmDataPermission","zhCn":"数据权限","en":"数据权限","path":"/spdm/data/permission","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmDataTrain","zhCn":"数据训练","en":"数据训练","path":"/spdm/data/train","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmDataForecast","zhCn":"数据预测","en":"数据预测","path":"/spdm/data/forecast","meta":{"icon":"iconfont icon-diannao1"}}]},
|
||||
spdmSimulation: {"name":"moduleApps.spdmSimulation","zhCn":"流程管理","en":"流程管理","pages":[{"name":"spdmSimulationProcess","zhCn":"仿真流程库","en":"仿真流程库","path":"/spdm/simulation/process","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmSimulationCreation","zhCn":"仿真流程创建","en":"仿真流程创建","path":"/spdm/simulation/creation","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmSimulationAppCenter","zhCn":"项目管理","en":"应用中心","path":"应用中心","meta":{"icon":"iconfont icon-diannao1"}}]},
|
||||
spdmCompetenceCenter: {"name":"moduleApps.spdmCompetenceCenter","zhCn":"能力中心","en":"能力中心","pages":[{"name":"spdmCompetenceCenterCondition","zhCn":"仿真工况库","en":"仿真工况库","path":"/spdm/competenceCenter/condition","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmCompetenceCenterIndicator","zhCn":"仿真指标库","en":"仿真指标库","path":"/spdm/competenceCenter/indicator","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmCompetenceCenterKnowledge","zhCn":"仿真知识库","en":"仿真知识库","path":"/spdm/competenceCenter/knowledge","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmCompetenceCenterParameter","zhCn":"仿真参数库","en":"仿真参数库","path":"/spdm/competenceCenter/parameter","meta":{"icon":"iconfont icon-diannao1"}}]},
|
||||
spdmSystem: {"name":"moduleApps.spdmSystem","zhCn":"系统管理","en":"系统管理","pages":[{"name":"spdmDataStorage","zhCn":"数据存储","en":"数据存储","path":"/spdm/system/storage","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmSystemApproval","zhCn":"审批流程","en":"审批流程","path":"/spdm/system/approval","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmSystemDictionary","zhCn":"数据字典","en":"数据字典","path":"/spdm/system/dictionary","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmSystemMenu","zhCn":"菜单管理","en":"菜单管理","path":"/spdm/system/menu","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmSystemTenant","zhCn":"租户管理","en":"租户管理","path":"/spdm/system/tenant","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmSystemConfiguration","zhCn":"配置管理","en":"配置管理","path":"/spdm/system/configuration","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmSystemRole","zhCn":"角色管理","en":"角色管理","path":"/spdm/system/role","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmSystemUser","zhCn":"用户管理","en":"用户管理","path":"/spdm/system/user","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmSystemGroup","zhCn":"用户组管理","en":"用户组管理","path":"/spdm/system/group","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmSystemApplication","zhCn":"应用管理","en":"应用管理","path":"/spdm/system/application","meta":{"icon":"iconfont icon-diannao1"}}]},
|
||||
spdmProject: {"name":"moduleApps.spdmProject","zhCn":"项目管理","en":"Project Management","pages":[{"name":"spdmProjectProjectList","zhCn":"项目列表","en":"Project List","path":"/spdm/project/projectList","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmProjectDataStatistics","zhCn":"数据统计","en":"Data Statistics","path":"/spdm/project/statistics","meta":{"icon":"iconfont icon-diannao1"}}]},
|
||||
spdmTask: {"name":"moduleApps.spdmTask","zhCn":"任务管理","en":"Task Management","pages":[{"name":"spdmTaskSponsor","zhCn":"我发起的","en":"I Initiated","path":"/spdm/task/sponsor","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmTaskConfirm","zhCn":"我确认的","en":"I confirmed","path":"/spdm/task/confirm","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmTaskExecute","zhCn":"我执行的","en":"I executed","path":"/spdm/task/execute","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmTaskAttention","zhCn":"我关注的","en":"I Attention","path":"/spdm/task/attention","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmTaskAll","zhCn":"所有任务","en":"All Tasks","path":"/spdm/task/all","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmTaskExecution","zhCn":"任务执行","en":"Task execution","path":"/spdm/task/execution","meta":{"icon":"iconfont icon-diannao1"}}]},
|
||||
spdmData: {"name":"moduleApps.spdmData","zhCn":"数据管理","en":"Data Management","pages":[{"name":"spdmDataOverview","zhCn":"数据总览","en":"Data Overview","path":"/spdm/data/overview","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmDataAnalysis","zhCn":"数据查询","en":"Data Query","path":"/spdm/data/analysis","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmDataGrid","zhCn":"模型管理","en":"Model Management","path":"/spdm/data/grid","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmDataPermission","zhCn":"数据权限","en":"Data Permission","path":"/spdm/data/permission","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmDataTrain","zhCn":"数据训练","en":"Data Training","path":"/spdm/data/train","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmDataForecast","zhCn":"数据预测","en":"Data Prediction","path":"/spdm/data/forecast","meta":{"icon":"iconfont icon-diannao1"}}]},
|
||||
spdmSimulation: {"name":"moduleApps.spdmSimulation","zhCn":"流程管理","en":"Process Management","pages":[{"name":"spdmSimulationProcess","zhCn":"仿真流程库","en":"Simulation Library","path":"/spdm/simulation/process","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmSimulationCreation","zhCn":"仿真流程创建","en":"Simulation Creation","path":"/spdm/simulation/creation","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmSimulationAppCenter","zhCn":"应用中心","en":"App Center","path":"/spdm/simulation/appCenter","meta":{"icon":"iconfont icon-diannao1"}}]},
|
||||
spdmCompetenceCenter: {"name":"moduleApps.spdmCompetenceCenter","zhCn":"能力中心","en":"Capability Center","pages":[{"name":"spdmCompetenceCenterCondition","zhCn":"仿真工况库","en":"Condition Library","path":"/spdm/competenceCenter/condition","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmCompetenceCenterIndicator","zhCn":"仿真指标库","en":"Indicator Library","path":"/spdm/competenceCenter/indicator","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmCompetenceCenterKnowledge","zhCn":"仿真知识库","en":"Knowledge Library","path":"/spdm/competenceCenter/knowledge","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmCompetenceCenterParameter","zhCn":"仿真参数库","en":"Parameter Library","path":"/spdm/competenceCenter/parameter","meta":{"icon":"iconfont icon-diannao1"}}]},
|
||||
spdmSystem: {"name":"moduleApps.spdmSystem","zhCn":"系统管理","en":"System Administration","pages":[{"name":"spdmDataStorage","zhCn":"数据存储","en":"Data Storage","path":"/spdm/system/storage","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmSystemApproval","zhCn":"审批流程","en":"Approval Process","path":"/spdm/system/approval","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmSystemDictionary","zhCn":"数据字典","en":"Data Dictionary","path":"/spdm/system/dictionary","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmSystemMenu","zhCn":"菜单管理","en":"Menu Management","path":"/spdm/system/menu","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmSystemTenant","zhCn":"租户管理","en":"Tenant Management","path":"/spdm/system/tenant","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmSystemConfiguration","zhCn":"配置管理","en":"Configuration Management","path":"/spdm/system/configuration","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmSystemRole","zhCn":"角色管理","en":"Role Management","path":"/spdm/system/role","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmSystemUser","zhCn":"用户管理","en":"User Management","path":"/spdm/system/user","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmSystemGroup","zhCn":"用户组管理","en":"Group Management","path":"/spdm/system/group","meta":{"icon":"iconfont icon-diannao1"}},{"name":"spdmSystemApplication","zhCn":"应用管理","en":"Application Management","path":"/spdm/system/application","meta":{"icon":"iconfont icon-diannao1"}}]},
|
||||
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":"taskTransfer","zhCn":"转办任务","en":"Transfer Task","path":"/task/transfer","meta":{"icon":"fa fa-share-square"}},{"name":"taskStarted","zhCn":"发起任务","en":"Started Task","path":"/task/started","meta":{"icon":"fa fa-plane"}},{"name":"taskCc","zhCn":"抄送任务","en":"CC Task","path":"/task/cc","meta":{"icon":"fa fa-arrow-circle-right"}},{"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"}}]},
|
||||
@@ -220,7 +220,7 @@ export const pageMap = {
|
||||
}
|
||||
},
|
||||
"spdmSimulationAppCenter": {
|
||||
"path": "应用中心",
|
||||
"path": "/spdm/simulation/appCenter",
|
||||
"name": "moduleRoutes.spdmSimulationAppCenter",
|
||||
"meta": {
|
||||
"icon": "iconfont icon-diannao1",
|
||||
|
||||
@@ -11,12 +11,12 @@ export default {
|
||||
invite: 'Invite Record',
|
||||
},
|
||||
moduleFuncs: {
|
||||
spdmProject: '项目管理',
|
||||
spdmTask: '任务管理',
|
||||
spdmData: '数据管理',
|
||||
spdmSimulation: '流程管理',
|
||||
spdmCompetenceCenter: '能力中心',
|
||||
spdmSystem: '系统管理',
|
||||
spdmProject: 'Project Management',
|
||||
spdmTask: 'Task Management',
|
||||
spdmData: 'Data Management',
|
||||
spdmSimulation: 'Process Management',
|
||||
spdmCompetenceCenter: 'Capability Center',
|
||||
spdmSystem: 'System Administration',
|
||||
project: 'Project Management',
|
||||
task: 'Task Center',
|
||||
form_template: 'Form Management',
|
||||
@@ -92,12 +92,12 @@ export default {
|
||||
erp_material: 'Material Management',
|
||||
},
|
||||
moduleApps: {
|
||||
spdmProject: '项目管理',
|
||||
spdmTask: '任务管理',
|
||||
spdmData: '数据管理',
|
||||
spdmSimulation: '流程管理',
|
||||
spdmCompetenceCenter: '能力中心',
|
||||
spdmSystem: '系统管理',
|
||||
spdmProject: 'Project Management',
|
||||
spdmTask: 'Task Management',
|
||||
spdmData: 'Data Management',
|
||||
spdmSimulation: 'Process Management',
|
||||
spdmCompetenceCenter: 'Capability Center',
|
||||
spdmSystem: 'System Administration',
|
||||
project: 'Project Management',
|
||||
task: 'Task Center',
|
||||
form_template: 'Form Management',
|
||||
@@ -173,37 +173,37 @@ export default {
|
||||
erp_material: 'Material Management',
|
||||
},
|
||||
moduleRoutes: {
|
||||
spdmProjectProjectList: '项目列表',
|
||||
spdmProjectDataStatistics: '数据统计',
|
||||
spdmTaskSponsor: '我发起的',
|
||||
spdmTaskConfirm: '我确认的',
|
||||
spdmTaskExecute: '我执行的',
|
||||
spdmTaskAttention: '我关注的',
|
||||
spdmTaskAll: '所有任务',
|
||||
spdmTaskExecution: '任务执行',
|
||||
spdmDataOverview: '数据总览',
|
||||
spdmDataAnalysis: '数据查询',
|
||||
spdmDataGrid: '模型管理',
|
||||
spdmDataPermission: '数据权限',
|
||||
spdmDataTrain: '数据训练',
|
||||
spdmDataForecast: '数据预测',
|
||||
spdmSimulationProcess: '仿真流程库',
|
||||
spdmSimulationCreation: '仿真流程创建',
|
||||
spdmSimulationAppCenter: '应用中心',
|
||||
spdmCompetenceCenterCondition: '仿真工况库',
|
||||
spdmCompetenceCenterIndicator: '仿真指标库',
|
||||
spdmCompetenceCenterKnowledge: '仿真知识库',
|
||||
spdmCompetenceCenterParameter: '仿真参数库',
|
||||
spdmDataStorage: '数据存储',
|
||||
spdmSystemApproval: '审批流程',
|
||||
spdmSystemDictionary: '数据字典',
|
||||
spdmSystemMenu: '菜单管理',
|
||||
spdmSystemTenant: '租户管理',
|
||||
spdmSystemConfiguration: '配置管理',
|
||||
spdmSystemRole: '角色管理',
|
||||
spdmSystemUser: '用户管理',
|
||||
spdmSystemGroup: '用户组管理',
|
||||
spdmSystemApplication: '应用管理',
|
||||
spdmProjectProjectList: 'Project List',
|
||||
spdmProjectDataStatistics: 'Data Statistics',
|
||||
spdmTaskSponsor: 'I Initiated',
|
||||
spdmTaskConfirm: 'I confirmed',
|
||||
spdmTaskExecute: 'I executed',
|
||||
spdmTaskAttention: 'I Attention',
|
||||
spdmTaskAll: 'All Tasks',
|
||||
spdmTaskExecution: 'Task execution',
|
||||
spdmDataOverview: 'Data Overview',
|
||||
spdmDataAnalysis: 'Data Query',
|
||||
spdmDataGrid: 'Model Management',
|
||||
spdmDataPermission: 'Data Permission',
|
||||
spdmDataTrain: 'Data Training',
|
||||
spdmDataForecast: 'Data Prediction',
|
||||
spdmSimulationProcess: 'Simulation Library',
|
||||
spdmSimulationCreation: 'Simulation Creation',
|
||||
spdmSimulationAppCenter: 'App Center',
|
||||
spdmCompetenceCenterCondition: 'Condition Library',
|
||||
spdmCompetenceCenterIndicator: 'Indicator Library',
|
||||
spdmCompetenceCenterKnowledge: 'Knowledge Library',
|
||||
spdmCompetenceCenterParameter: 'Parameter Library',
|
||||
spdmDataStorage: 'Data Storage',
|
||||
spdmSystemApproval: 'Approval Process',
|
||||
spdmSystemDictionary: 'Data Dictionary',
|
||||
spdmSystemMenu: 'Menu Management',
|
||||
spdmSystemTenant: 'Tenant Management',
|
||||
spdmSystemConfiguration: 'Configuration Management',
|
||||
spdmSystemRole: 'Role Management',
|
||||
spdmSystemUser: 'User Management',
|
||||
spdmSystemGroup: 'Group Management',
|
||||
spdmSystemApplication: 'Application Management',
|
||||
projectList: 'Project List',
|
||||
projectDetail: 'Project Detail',
|
||||
projectSet: 'Project Set',
|
||||
|
||||
@@ -116,7 +116,7 @@ export default {
|
||||
spdmDataForecast: '数据预测',
|
||||
spdmSimulationProcess: '仿真流程库',
|
||||
spdmSimulationCreation: '仿真流程创建',
|
||||
spdmSimulationAppCenter: '项目管理',
|
||||
spdmSimulationAppCenter: '应用中心',
|
||||
spdmCompetenceCenterCondition: '仿真工况库',
|
||||
spdmCompetenceCenterIndicator: '仿真指标库',
|
||||
spdmCompetenceCenterKnowledge: '仿真知识库',
|
||||
|
||||
@@ -439,7 +439,9 @@ import commonFunction from '/@/utils/commonFunction';
|
||||
import other from '/@/utils/other';
|
||||
import mittBus from '/@/utils/mitt';
|
||||
import {useUserInfo} from '/@/stores/userInfo';
|
||||
import WujieVue from 'wujie-vue3';
|
||||
|
||||
const { bus } = WujieVue;
|
||||
// 定义变量内容
|
||||
const { locale } = useI18n();
|
||||
const storesThemeConfig = useThemeConfig();
|
||||
@@ -555,6 +557,8 @@ const onAddDarkChange = () => {
|
||||
const body = document.documentElement as HTMLElement;
|
||||
if (themeConfig.value.isIsDark) body.setAttribute('data-theme', 'dark');
|
||||
else body.setAttribute('data-theme', '');
|
||||
|
||||
bus.$emit('DARK_THEME_CHANGE', themeConfig.value.isIsDark);
|
||||
};
|
||||
// 4、界面显示 --> 开启水印
|
||||
const onWartermarkChange = () => {
|
||||
|
||||
@@ -114,6 +114,9 @@ import {useMsg} from '/@/stores/msg';
|
||||
import {PDM_LOGIN_PATH} from '/@/config/constant';
|
||||
import pdmIco from '/@/assets/pdm.ico';
|
||||
import clientCid from '/@/assets/client-cid.svg';
|
||||
import WujieVue from 'wujie-vue3';
|
||||
|
||||
const { bus } = WujieVue;
|
||||
// import {fetchUserMessageList} from '/@/api/admin/message';
|
||||
|
||||
// 引入组件
|
||||
@@ -265,6 +268,7 @@ const onLanguageChange = (lang: string) => {
|
||||
locale.value = lang;
|
||||
other.useTitle();
|
||||
initI18nOrSize('globalI18n', 'disabledI18n');
|
||||
bus.$emit('LANGUAGE_CHANGE', lang);
|
||||
};
|
||||
// 锁屏
|
||||
const onLockClick = () => {
|
||||
|
||||
@@ -174,7 +174,7 @@ export default [
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "应用中心",
|
||||
"path": "/spdm/simulation/appCenter",
|
||||
"name": "moduleRoutes.spdmSimulationAppCenter",
|
||||
"meta": {
|
||||
"icon": "iconfont icon-diannao1",
|
||||
|
||||
@@ -96,7 +96,7 @@ export default [
|
||||
meta: {"icon":"iconfont icon-diannao1","code":"spdmSimulation_view"},
|
||||
},
|
||||
{
|
||||
path: '应用中心',
|
||||
path: '/spdm/simulation/appCenter',
|
||||
name: 'moduleRoutes.spdmSimulationAppCenter',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {"icon":"iconfont icon-diannao1","code":"spdmSimulation_view"},
|
||||
|
||||
@@ -2,12 +2,12 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmProject',
|
||||
zhCn: '项目管理',
|
||||
en: '项目管理',
|
||||
en: 'Project Management',
|
||||
pages: [
|
||||
{
|
||||
name: 'spdmProjectProjectList',
|
||||
zhCn: '项目列表',
|
||||
en: '项目列表',
|
||||
en: 'Project List',
|
||||
path: '/spdm/project/projectList',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -17,7 +17,7 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmProjectDataStatistics',
|
||||
zhCn: '数据统计',
|
||||
en: '数据统计',
|
||||
en: 'Data Statistics',
|
||||
path: '/spdm/project/statistics',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -29,12 +29,12 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmTask',
|
||||
zhCn: '任务管理',
|
||||
en: '任务管理',
|
||||
en: 'Task Management',
|
||||
pages: [
|
||||
{
|
||||
name: 'spdmTaskSponsor',
|
||||
zhCn: '我发起的',
|
||||
en: '我发起的',
|
||||
en: 'I Initiated',
|
||||
path: '/spdm/task/sponsor',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -44,7 +44,7 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmTaskConfirm',
|
||||
zhCn: '我确认的',
|
||||
en: '我确认的',
|
||||
en: 'I confirmed',
|
||||
path: '/spdm/task/confirm',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -54,7 +54,7 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmTaskExecute',
|
||||
zhCn: '我执行的',
|
||||
en: '我执行的',
|
||||
en: 'I executed',
|
||||
path: '/spdm/task/execute',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -64,7 +64,7 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmTaskAttention',
|
||||
zhCn: '我关注的',
|
||||
en: '我关注的',
|
||||
en: 'I Attention',
|
||||
path: '/spdm/task/attention',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -74,7 +74,7 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmTaskAll',
|
||||
zhCn: '所有任务',
|
||||
en: '所有任务',
|
||||
en: 'All Tasks',
|
||||
path: '/spdm/task/all',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -84,7 +84,7 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmTaskExecution',
|
||||
zhCn: '任务执行',
|
||||
en: '任务执行',
|
||||
en: 'Task execution',
|
||||
path: '/spdm/task/execution',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -96,12 +96,12 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmData',
|
||||
zhCn: '数据管理',
|
||||
en: '数据管理',
|
||||
en: 'Data Management',
|
||||
pages: [
|
||||
{
|
||||
name: 'spdmDataOverview',
|
||||
zhCn: '数据总览',
|
||||
en: '数据总览',
|
||||
en: 'Data Overview',
|
||||
path: '/spdm/data/overview',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -111,7 +111,7 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmDataAnalysis',
|
||||
zhCn: '数据查询',
|
||||
en: '数据查询',
|
||||
en: 'Data Query',
|
||||
path: '/spdm/data/analysis',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -121,7 +121,7 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmDataGrid',
|
||||
zhCn: '模型管理',
|
||||
en: '模型管理',
|
||||
en: 'Model Management',
|
||||
path: '/spdm/data/grid',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -131,7 +131,7 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmDataPermission',
|
||||
zhCn: '数据权限',
|
||||
en: '数据权限',
|
||||
en: 'Data Permission',
|
||||
path: '/spdm/data/permission',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -141,7 +141,7 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmDataTrain',
|
||||
zhCn: '数据训练',
|
||||
en: '数据训练',
|
||||
en: 'Data Training',
|
||||
path: '/spdm/data/train',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -151,7 +151,7 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmDataForecast',
|
||||
zhCn: '数据预测',
|
||||
en: '数据预测',
|
||||
en: 'Data Prediction',
|
||||
path: '/spdm/data/forecast',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -163,12 +163,12 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmSimulation',
|
||||
zhCn: '流程管理',
|
||||
en: '流程管理',
|
||||
en: 'Process Management',
|
||||
pages: [
|
||||
{
|
||||
name: 'spdmSimulationProcess',
|
||||
zhCn: '仿真流程库',
|
||||
en: '仿真流程库',
|
||||
en: 'Simulation Library',
|
||||
path: '/spdm/simulation/process',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -178,7 +178,7 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmSimulationCreation',
|
||||
zhCn: '仿真流程创建',
|
||||
en: '仿真流程创建',
|
||||
en: 'Simulation Creation',
|
||||
path: '/spdm/simulation/creation',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -187,9 +187,9 @@ export const appList = [
|
||||
},
|
||||
{
|
||||
name: 'spdmSimulationAppCenter',
|
||||
zhCn: '项目管理',
|
||||
en: '应用中心',
|
||||
path: '应用中心',
|
||||
zhCn: '应用中心',
|
||||
en: 'App Center',
|
||||
path: '/spdm/simulation/appCenter',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
icon: 'iconfont icon-diannao1',
|
||||
@@ -200,12 +200,12 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmCompetenceCenter',
|
||||
zhCn: '能力中心',
|
||||
en: '能力中心',
|
||||
en: 'Capability Center',
|
||||
pages: [
|
||||
{
|
||||
name: 'spdmCompetenceCenterCondition',
|
||||
zhCn: '仿真工况库',
|
||||
en: '仿真工况库',
|
||||
en: 'Condition Library',
|
||||
path: '/spdm/competenceCenter/condition',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -215,7 +215,7 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmCompetenceCenterIndicator',
|
||||
zhCn: '仿真指标库',
|
||||
en: '仿真指标库',
|
||||
en: 'Indicator Library',
|
||||
path: '/spdm/competenceCenter/indicator',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -225,7 +225,7 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmCompetenceCenterKnowledge',
|
||||
zhCn: '仿真知识库',
|
||||
en: '仿真知识库',
|
||||
en: 'Knowledge Library',
|
||||
path: '/spdm/competenceCenter/knowledge',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -235,7 +235,7 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmCompetenceCenterParameter',
|
||||
zhCn: '仿真参数库',
|
||||
en: '仿真参数库',
|
||||
en: 'Parameter Library',
|
||||
path: '/spdm/competenceCenter/parameter',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -247,12 +247,12 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmSystem',
|
||||
zhCn: '系统管理',
|
||||
en: '系统管理',
|
||||
en: 'System Administration',
|
||||
pages: [
|
||||
{
|
||||
name: 'spdmDataStorage',
|
||||
zhCn: '数据存储',
|
||||
en: '数据存储',
|
||||
en: 'Data Storage',
|
||||
path: '/spdm/system/storage',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -262,7 +262,7 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmSystemApproval',
|
||||
zhCn: '审批流程',
|
||||
en: '审批流程',
|
||||
en: 'Approval Process',
|
||||
path: '/spdm/system/approval',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -272,7 +272,7 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmSystemDictionary',
|
||||
zhCn: '数据字典',
|
||||
en: '数据字典',
|
||||
en: 'Data Dictionary',
|
||||
path: '/spdm/system/dictionary',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -282,7 +282,7 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmSystemMenu',
|
||||
zhCn: '菜单管理',
|
||||
en: '菜单管理',
|
||||
en: 'Menu Management',
|
||||
path: '/spdm/system/menu',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -292,7 +292,7 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmSystemTenant',
|
||||
zhCn: '租户管理',
|
||||
en: '租户管理',
|
||||
en: 'Tenant Management',
|
||||
path: '/spdm/system/tenant',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -302,7 +302,7 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmSystemConfiguration',
|
||||
zhCn: '配置管理',
|
||||
en: '配置管理',
|
||||
en: 'Configuration Management',
|
||||
path: '/spdm/system/configuration',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -312,7 +312,7 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmSystemRole',
|
||||
zhCn: '角色管理',
|
||||
en: '角色管理',
|
||||
en: 'Role Management',
|
||||
path: '/spdm/system/role',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -322,7 +322,7 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmSystemUser',
|
||||
zhCn: '用户管理',
|
||||
en: '用户管理',
|
||||
en: 'User Management',
|
||||
path: '/spdm/system/user',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -332,7 +332,7 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmSystemGroup',
|
||||
zhCn: '用户组管理',
|
||||
en: '用户组管理',
|
||||
en: 'Group Management',
|
||||
path: '/spdm/system/group',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
@@ -342,7 +342,7 @@ export const appList = [
|
||||
{
|
||||
name: 'spdmSystemApplication',
|
||||
zhCn: '应用管理',
|
||||
en: '应用管理',
|
||||
en: 'Application Management',
|
||||
path: '/spdm/system/application',
|
||||
component: () => import('/@/spdm/views/index.vue'),
|
||||
meta: {
|
||||
|
||||
Reference in New Issue
Block a user