Compare commits
No commits in common. "f8aeb0caaccae2e1014754d197865137bfa78464" and "ab8afb02eb1240ffe35191db368e7e3a05013e48" have entirely different histories.
f8aeb0caac
...
ab8afb02eb
|
@ -58,8 +58,7 @@
|
|||
"vue-router": "^4.3.3",
|
||||
"vue3-tree-org": "^4.2.2",
|
||||
"xe-utils": "^3.5.7",
|
||||
"xgplayer": "^2.31.6",
|
||||
"xlsx": "^0.18.5"
|
||||
"xgplayer": "^2.31.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^2.16.3",
|
||||
|
|
|
@ -406,6 +406,17 @@ export const systemRoutes: RouteRecordRaw[] = [
|
|||
redirect: '/project-management/project-template/tender-documents',
|
||||
meta: { title: '项目管理', icon: 'apps', hidden: false, sort: 4 },
|
||||
children: [
|
||||
{
|
||||
path: '/project-management/contract',
|
||||
name: 'ProjectContract',
|
||||
component: () => import('@/components/ParentView/index.vue'),
|
||||
redirect: '/project-management/contract/revenue-contract',
|
||||
meta: {
|
||||
title: '市场商务管理',
|
||||
icon: 'file-text',
|
||||
hidden: false,
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: '/project-management/contract/revenue-contract',
|
||||
name: 'RevenueContract',
|
||||
|
@ -543,7 +554,7 @@ export const systemRoutes: RouteRecordRaw[] = [
|
|||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
{
|
||||
path: '/project-management/project-template',
|
||||
|
|
Loading…
Reference in New Issue