Compare commits

...

2 Commits

Author SHA1 Message Date
何德超 f8aeb0caac 按吴总要求不要市场商务管理了,直接把项目来源提上去 2025-07-21 13:21:28 +08:00
何德超 afe4a6d5ba xlsx添加"xlsx": "^0.18.5" 2025-07-21 12:35:34 +08:00
2 changed files with 3 additions and 13 deletions

View File

@ -58,7 +58,8 @@
"vue-router": "^4.3.3",
"vue3-tree-org": "^4.2.2",
"xe-utils": "^3.5.7",
"xgplayer": "^2.31.6"
"xgplayer": "^2.31.6",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.3",

View File

@ -406,17 +406,6 @@ 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',
@ -554,7 +543,7 @@ export const systemRoutes: RouteRecordRaw[] = [
},
],
},
],
]
},
{
path: '/project-management/project-template',