update 新增待办放在任务管理下

This commit is contained in:
2026-03-12 19:39:47 +08:00
parent bd3d0eae3c
commit ae9c7c69b3
6 changed files with 27 additions and 16 deletions

View File

@@ -64,7 +64,7 @@ export default [
icon: Icons['Monitor'],
children: [
{
title: '新增待办',
title: '我提出的',
path: '/task/sponsor',
name: 'TaskSponsor',
},

View File

@@ -68,7 +68,7 @@ export default [
name: 'Task',
children: [
{
title: '新增待办',
title: '我提出的',
path: '/task/sponsor',
name: 'TaskSponsor',
component: () => import('@/views/task/simulationTask/newDemand/index.vue'),

View File

@@ -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',

View File

@@ -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',

View File

@@ -66,7 +66,7 @@ const lang = {
仿: 'Point Tool',
: 'Simulation Task',
: 'My Task',
: 'I Initiated',
: 'I Initiated',
: 'I Confirmed',
: 'I Distributed',
: 'I Executed',

View File

@@ -66,7 +66,7 @@ const lang = {
仿: '仿真工具',
: '任务管理',
: '我的任务',
: '新增待办',
: '我提出的',
: '未分发的',
: '我分发的',
: '我执行的',