add 单开新增待办页面

This commit is contained in:
2026-03-13 11:25:14 +08:00
parent 589b9ce9ac
commit 57562d64de
8 changed files with 31 additions and 14 deletions

View File

@@ -14,6 +14,12 @@ export default [
icon: Icons['DataBoard'],
hideInMenu: true,
},
{
title: '新增待办',
path: '/createDemand',
name: 'CreateDemand',
icon: Icons['Plus'],
},
{
title: '项目管理',
path: '/project',

View File

@@ -13,6 +13,13 @@ export default [
hideInMenu: true,
component: () => import('@/views/index/approvalPreview/index.vue'),
},
{
title: '新增待办',
path: '/createDemand',
name: 'CreateDemand',
// component: () => import('@/views/task/simulationTask/newDemand/createDemand.vue'),
component: () => import('@/views/error/developing.vue'),
},
{
title: '项目管理',
path: '/project',

View File

@@ -7,12 +7,12 @@ export default [
name: 'Index',
icon: Icons['House'],
},
// {
// title: '新增待办',
// path: '/task/sponsor',
// name: 'TaskSponsor',
// icon: Icons['Warning'],
// },
{
title: '新增待办',
path: '/createDemand',
name: 'CreateDemand',
icon: Icons['Plus'],
},
{
title: '审核预览',
path: '/approvalPreview',

View File

@@ -6,12 +6,13 @@ 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: '/createDemand',
name: 'CreateDemand',
// component: () => import('@/views/task/simulationTask/newDemand/createDemand.vue'),
component: () => import('@/views/error/developing.vue'),
},
{
title: '审核预览',
path: '/approvalPreview',

View File

@@ -47,6 +47,7 @@ const lang = {
},
: {
: 'Home',
: 'Create Demand',
: 'Approval Preview',
: 'Simulation Management',
仿: 'Working Condition Library',

View File

@@ -73,6 +73,7 @@ const lang = {
: '我关注的',
: '所有任务',
: '项目管理',
: '新增待办',
: '项目总览',
: '所有项目',
: '负责项目',

View File

@@ -0,0 +1 @@
<template>123</template>

View File

@@ -25,13 +25,13 @@
@click="syncDemandList"
>同步</el-button
>
<el-button
<!-- <el-button
icon="plus"
type="primary"
v-permission="'demand_add_demand'"
@click="visibleDialog(true)"
>创建待办</el-button
>
> -->
</template>
</demandTable>
<Dialog