add 单开新增待办页面
This commit is contained in:
@@ -14,6 +14,12 @@ export default [
|
||||
icon: Icons['DataBoard'],
|
||||
hideInMenu: true,
|
||||
},
|
||||
{
|
||||
title: '新增待办',
|
||||
path: '/createDemand',
|
||||
name: 'CreateDemand',
|
||||
icon: Icons['Plus'],
|
||||
},
|
||||
{
|
||||
title: '项目管理',
|
||||
path: '/project',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -47,6 +47,7 @@ const lang = {
|
||||
},
|
||||
菜单: {
|
||||
首页: 'Home',
|
||||
新增待办: 'Create Demand',
|
||||
审核预览: 'Approval Preview',
|
||||
能力中心: 'Simulation Management',
|
||||
仿真工况库: 'Working Condition Library',
|
||||
|
||||
@@ -73,6 +73,7 @@ const lang = {
|
||||
我关注的: '我关注的',
|
||||
所有任务: '所有任务',
|
||||
项目管理: '项目管理',
|
||||
新增待办: '新增待办',
|
||||
项目总览: '项目总览',
|
||||
所有项目: '所有项目',
|
||||
负责项目: '负责项目',
|
||||
|
||||
1
src/views/task/simulationTask/newDemand/createDemand.vue
Normal file
1
src/views/task/simulationTask/newDemand/createDemand.vue
Normal file
@@ -0,0 +1 @@
|
||||
<template>123</template>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user