update 新增待办放在任务管理下
This commit is contained in:
@@ -64,7 +64,7 @@ export default [
|
||||
icon: Icons['Monitor'],
|
||||
children: [
|
||||
{
|
||||
title: '新增待办',
|
||||
title: '我提出的',
|
||||
path: '/task/sponsor',
|
||||
name: 'TaskSponsor',
|
||||
},
|
||||
|
||||
@@ -68,7 +68,7 @@ export default [
|
||||
name: 'Task',
|
||||
children: [
|
||||
{
|
||||
title: '新增待办',
|
||||
title: '我提出的',
|
||||
path: '/task/sponsor',
|
||||
name: 'TaskSponsor',
|
||||
component: () => import('@/views/task/simulationTask/newDemand/index.vue'),
|
||||
|
||||
@@ -7,12 +7,12 @@ export default [
|
||||
name: 'Index',
|
||||
icon: Icons['House'],
|
||||
},
|
||||
{
|
||||
title: '新增待办',
|
||||
path: '/task/sponsor',
|
||||
name: 'TaskSponsor',
|
||||
icon: Icons['Warning'],
|
||||
},
|
||||
// {
|
||||
// title: '新增待办',
|
||||
// path: '/task/sponsor',
|
||||
// name: 'TaskSponsor',
|
||||
// icon: Icons['Warning'],
|
||||
// },
|
||||
{
|
||||
title: '审核预览',
|
||||
path: '/approvalPreview',
|
||||
@@ -74,6 +74,11 @@ export default [
|
||||
// path: '/task/confirm',
|
||||
// name: 'TaskConfirm',
|
||||
// },
|
||||
{
|
||||
title: '我提出的',
|
||||
path: '/task/sponsor',
|
||||
name: 'TaskSponsor',
|
||||
},
|
||||
{
|
||||
title: '我分发的',
|
||||
path: '/task/send',
|
||||
|
||||
@@ -6,12 +6,12 @@ export default [
|
||||
// component: () => import('@/views/index/index.vue'),
|
||||
component: () => import('@/views/error/developing.vue'),
|
||||
},
|
||||
{
|
||||
title: '新增待办',
|
||||
path: '/task/sponsor',
|
||||
name: 'TaskSponsor',
|
||||
component: () => import('@/tenants/lyric/views/task/demand.vue'),
|
||||
},
|
||||
// {
|
||||
// title: '新增待办',
|
||||
// path: '/task/sponsor',
|
||||
// name: 'TaskSponsor',
|
||||
// component: () => import('@/tenants/lyric/views/task/demand.vue'),
|
||||
// },
|
||||
{
|
||||
title: '审核预览',
|
||||
path: '/approvalPreview',
|
||||
@@ -79,6 +79,12 @@ export default [
|
||||
// name: 'TaskConfirm',
|
||||
// component: () => import('@/views/task/simulationTask/confirmTask/index.vue'),
|
||||
// },
|
||||
{
|
||||
title: '我提出的',
|
||||
path: '/task/sponsor',
|
||||
name: 'TaskSponsor',
|
||||
component: () => import('@/tenants/lyric/views/task/demand.vue'),
|
||||
},
|
||||
{
|
||||
title: '我分发的',
|
||||
path: '/task/send',
|
||||
|
||||
@@ -66,7 +66,7 @@ const lang = {
|
||||
仿真工具: 'Point Tool',
|
||||
任务管理: 'Simulation Task',
|
||||
我的任务: 'My Task',
|
||||
新增待办: 'I Initiated',
|
||||
我提出的: 'I Initiated',
|
||||
未分发的: 'I Confirmed',
|
||||
我分发的: 'I Distributed',
|
||||
我执行的: 'I Executed',
|
||||
|
||||
@@ -66,7 +66,7 @@ const lang = {
|
||||
仿真工具: '仿真工具',
|
||||
任务管理: '任务管理',
|
||||
我的任务: '我的任务',
|
||||
新增待办: '新增待办',
|
||||
我提出的: '我提出的',
|
||||
未分发的: '未分发的',
|
||||
我分发的: '我分发的',
|
||||
我执行的: '我执行的',
|
||||
|
||||
Reference in New Issue
Block a user