|
|
|
@ -26,68 +26,10 @@ export const systemRoutes: RouteRecordRaw[] = [
|
|
|
|
|
// }
|
|
|
|
|
// ],
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: '/regulation',
|
|
|
|
|
// name: 'Regulation',
|
|
|
|
|
// component: Layout,
|
|
|
|
|
// redirect: '/regulation/system-regulation',
|
|
|
|
|
// meta: { title: '制度管理', icon: 'file-text', hidden: false, sort: 1.5 },
|
|
|
|
|
// children: [
|
|
|
|
|
// {
|
|
|
|
|
// path: '/regulation/system-regulation',
|
|
|
|
|
// name: 'SystemRegulation',
|
|
|
|
|
// component: () => import('@/views/regulation/repository.vue'),
|
|
|
|
|
// meta: { title: '制度公告', icon: 'file-text', hidden: false },
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: '/regulation/process-management',
|
|
|
|
|
// name: 'ProcessManagement',
|
|
|
|
|
// component: () => import('@/views/regulation/confirm.vue'),
|
|
|
|
|
// meta: { title: '制度公示', icon: 'workflow', hidden: false },
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: '/regulation/proposal',
|
|
|
|
|
// name: 'RegulationProposal',
|
|
|
|
|
// component: () => import('@/views/regulation/proposal/index.vue'),
|
|
|
|
|
// meta: { title: '制度提案', icon: 'edit', hidden: false },
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: '/regulation/type',
|
|
|
|
|
// name: 'RegulationType',
|
|
|
|
|
// component: () => import('@/views/regulation/type/index.vue'),
|
|
|
|
|
// meta: { title: '制度类型', icon: 'tag', hidden: false },
|
|
|
|
|
// },
|
|
|
|
|
// ],
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
path: '/organization',
|
|
|
|
|
name: 'Organization',
|
|
|
|
|
component: Layout,
|
|
|
|
|
redirect: '/organization/dept',
|
|
|
|
|
meta: { title: '企业管理', icon: 'user-group', hidden: false, sort: 2 },
|
|
|
|
|
children: [
|
|
|
|
|
// {
|
|
|
|
|
// path: '/organization/user',
|
|
|
|
|
// name: 'OrganizationUser',
|
|
|
|
|
// component: () => import('@/views/system/user/index.vue'),
|
|
|
|
|
// meta: { title: '用户管理', icon: 'user', hidden: false, sort: 2.25 },
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
path: '/organization/dept',
|
|
|
|
|
name: 'OrganizationDept',
|
|
|
|
|
component: () => import('@/views/system/dept/index.vue'),
|
|
|
|
|
meta: { title: '部门管理', icon: 'mind-mapping', hidden: false, sort: 2.5 },
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/organization/post',
|
|
|
|
|
name: 'OrganizationPost',
|
|
|
|
|
component: () => import('@/views/system/post/index.vue'),
|
|
|
|
|
meta: { title: '岗位管理', icon: 'nav', hidden: false, sort: 2.75 },
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/regulation',
|
|
|
|
|
name: 'Regulation',
|
|
|
|
|
// component: Layout,
|
|
|
|
|
component: Layout,
|
|
|
|
|
redirect: '/regulation/system-regulation',
|
|
|
|
|
meta: { title: '制度管理', icon: 'file-text', hidden: false, sort: 1.5 },
|
|
|
|
|
children: [
|
|
|
|
@ -115,8 +57,34 @@ export const systemRoutes: RouteRecordRaw[] = [
|
|
|
|
|
component: () => import('@/views/regulation/type/index.vue'),
|
|
|
|
|
meta: { title: '制度类型', icon: 'tag', hidden: false },
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/organization',
|
|
|
|
|
name: 'Organization',
|
|
|
|
|
component: Layout,
|
|
|
|
|
redirect: '/organization/dept',
|
|
|
|
|
meta: { title: '组织架构', icon: 'user-group', hidden: false, sort: 2 },
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: '/organization/user',
|
|
|
|
|
name: 'OrganizationUser',
|
|
|
|
|
component: () => import('@/views/system/user/index.vue'),
|
|
|
|
|
meta: { title: '用户管理', icon: 'user', hidden: false, sort: 2.25 },
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/organization/dept',
|
|
|
|
|
name: 'OrganizationDept',
|
|
|
|
|
component: () => import('@/views/system/dept/index.vue'),
|
|
|
|
|
meta: { title: '部门管理', icon: 'mind-mapping', hidden: false, sort: 2.5 },
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/organization/post',
|
|
|
|
|
name: 'OrganizationPost',
|
|
|
|
|
component: () => import('@/views/system/post/index.vue'),
|
|
|
|
|
meta: { title: '岗位管理', icon: 'nav', hidden: false, sort: 2.75 },
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// path: '/organization/hr/workload',
|
|
|
|
|
// name: 'HRWorkload',
|
|
|
|
@ -328,64 +296,98 @@ export const systemRoutes: RouteRecordRaw[] = [
|
|
|
|
|
path: '/asset-management',
|
|
|
|
|
name: 'AssetManagement',
|
|
|
|
|
component: Layout,
|
|
|
|
|
redirect: '/asset-management/device/inventory',
|
|
|
|
|
meta: { title: '资产管理', icon: 'property-safety', hidden: false, sort: 3 },
|
|
|
|
|
redirect: '/asset-management/device-management/device-center',
|
|
|
|
|
meta: { title: '资产管理', icon: 'property-safety', hidden: true, sort: 3 },
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: '/asset-management/intellectual-property1',
|
|
|
|
|
name: 'IntellectualProperty1',
|
|
|
|
|
component: () => import('@/views/system-resource/information-system/software-management/index.vue'),
|
|
|
|
|
meta: { title: '设备管理', icon: 'copyright', hidden: false },
|
|
|
|
|
path: '/asset-management/device-management',
|
|
|
|
|
name: 'DeviceManagement',
|
|
|
|
|
component: () => import('@/components/ParentView/index.vue'),
|
|
|
|
|
redirect: '/asset-management/device-management/device-center',
|
|
|
|
|
meta: {
|
|
|
|
|
title: '设备管理',
|
|
|
|
|
icon: 'device',
|
|
|
|
|
hidden: false,
|
|
|
|
|
},
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: '/asset-management/intellectual-property1',
|
|
|
|
|
name: 'IntellectualProperty11',
|
|
|
|
|
component: () => import('@/views/system-resource/information-system/software-management/index.vue'),
|
|
|
|
|
meta: { title: '库存管理', hidden: false },
|
|
|
|
|
path: '/asset-management/device-management/device-center',
|
|
|
|
|
name: 'DeviceCenter',
|
|
|
|
|
component: () => import('@/views/system-resource/device-management/index.vue'),
|
|
|
|
|
meta: {
|
|
|
|
|
title: '设备中心',
|
|
|
|
|
icon: 'appstore',
|
|
|
|
|
hidden: false,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/asset-management/intellectual-property1',
|
|
|
|
|
name: 'IntellectualProperty12',
|
|
|
|
|
component: () => import('@/views/system-resource/information-system/software-management/index.vue'),
|
|
|
|
|
meta: { title: '设备采购', hidden: false },
|
|
|
|
|
path: '/asset-management/device-management/device-detail/:id',
|
|
|
|
|
name: 'DeviceDetail',
|
|
|
|
|
component: () => import('@/views/system-resource/device-management/detail.vue'),
|
|
|
|
|
meta: {
|
|
|
|
|
title: '设备详情',
|
|
|
|
|
icon: 'info-circle',
|
|
|
|
|
hidden: true,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/asset-management/intellectual-property1',
|
|
|
|
|
name: 'IntellectualProperty13',
|
|
|
|
|
component: () => import('@/views/system-resource/information-system/software-management/index.vue'),
|
|
|
|
|
meta: { title: '在线管理', hidden: false },
|
|
|
|
|
path: '/asset-management/device-management/procurement',
|
|
|
|
|
name: 'DeviceProcurement',
|
|
|
|
|
component: () => import('@/views/system-resource/device-management/procurement/index.vue'),
|
|
|
|
|
meta: {
|
|
|
|
|
title: '设备采购',
|
|
|
|
|
icon: 'shopping-cart',
|
|
|
|
|
hidden: false,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/asset-management/device-management/online',
|
|
|
|
|
name: 'DeviceOnline',
|
|
|
|
|
component: () => import('@/components/ParentView/index.vue'),
|
|
|
|
|
redirect: '/asset-management/device-management/online/drone',
|
|
|
|
|
meta: {
|
|
|
|
|
title: '在线管理',
|
|
|
|
|
icon: 'cloud',
|
|
|
|
|
hidden: false,
|
|
|
|
|
},
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: '/asset-management/intellectual-property11',
|
|
|
|
|
name: 'IntellectualProperty14',
|
|
|
|
|
component: () => import('@/views/system-resource/information-system/software-management/index.vue'),
|
|
|
|
|
meta: { title: '无人机', hidden: false },
|
|
|
|
|
path: '/asset-management/device-management/online/drone',
|
|
|
|
|
name: 'DeviceDrone',
|
|
|
|
|
component: () => import('@/views/system-resource/device-management/index.vue'),
|
|
|
|
|
meta: {
|
|
|
|
|
title: '无人机',
|
|
|
|
|
icon: 'drone',
|
|
|
|
|
hidden: false,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/asset-management/intellectual-property12',
|
|
|
|
|
name: 'IntellectualProperty15',
|
|
|
|
|
component: () => import('@/views/system-resource/information-system/software-management/index.vue'),
|
|
|
|
|
meta: { title: '机巢', hidden: false },
|
|
|
|
|
path: '/asset-management/device-management/online/nest',
|
|
|
|
|
name: 'DeviceNest',
|
|
|
|
|
component: () => import('@/views/system-resource/device-management/index.vue'),
|
|
|
|
|
meta: {
|
|
|
|
|
title: '机巢',
|
|
|
|
|
icon: 'nest',
|
|
|
|
|
hidden: false,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/asset-management/intellectual-property13',
|
|
|
|
|
name: 'IntellectualProperty16',
|
|
|
|
|
component: () => import('@/views/system-resource/information-system/software-management/index.vue'),
|
|
|
|
|
meta: { title: '其他智能终端', hidden: false },
|
|
|
|
|
path: '/asset-management/device-management/online/smart-terminal',
|
|
|
|
|
name: 'DeviceSmartTerminal',
|
|
|
|
|
component: () => import('@/views/system-resource/device-management/index.vue'),
|
|
|
|
|
meta: {
|
|
|
|
|
title: '其他智能终端',
|
|
|
|
|
icon: 'terminal',
|
|
|
|
|
hidden: false,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/asset-management/intellectual-property14',
|
|
|
|
|
name: 'IntellectualProperty17',
|
|
|
|
|
component: () => import('@/views/system-resource/information-system/software-management/index.vue'),
|
|
|
|
|
meta: { title: '车辆管理', hidden: false },
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/asset-management/intellectual-property',
|
|
|
|
|
name: 'IntellectualProperty',
|
|
|
|
|
path: '/asset-management/other-assets',
|
|
|
|
|
name: 'OtherAssets',
|
|
|
|
|
component: () => import('@/views/system-resource/information-system/software-management/index.vue'),
|
|
|
|
|
meta: { title: '其他资产', icon: 'copyright', hidden: false },
|
|
|
|
|
},
|
|
|
|
@ -533,24 +535,24 @@ export const systemRoutes: RouteRecordRaw[] = [
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/project-marketing',
|
|
|
|
|
name: 'Projectmarketing',
|
|
|
|
|
path: '/project-management',
|
|
|
|
|
name: 'ProjectManagement',
|
|
|
|
|
component: Layout,
|
|
|
|
|
redirect: '/project-marketing/project-marketing',
|
|
|
|
|
meta: { title: '营销管理', icon: 'file-text', hidden: false, sort: 3 },
|
|
|
|
|
redirect: '/project-management/project-template/project-management',
|
|
|
|
|
meta: { title: '项目管理', icon: 'apps', hidden: false, sort: 4 },
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: '/project-marketing/contract/revenue-contract2',
|
|
|
|
|
name: 'RevenueContract2',
|
|
|
|
|
component: () => import('@/views/default/error/404.vue'),
|
|
|
|
|
path: '/project-management/contract/project-source',
|
|
|
|
|
name: 'ProjectSource',
|
|
|
|
|
component: () => import('@/components/ParentView/index.vue'),
|
|
|
|
|
meta: {
|
|
|
|
|
title: '市场营销(N)',
|
|
|
|
|
title: '项目来源',
|
|
|
|
|
icon: 'dollar',
|
|
|
|
|
hidden: false,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: '/project-marketing/contract/procurement-business',
|
|
|
|
|
path: '/project-management/contract/procurement-business',
|
|
|
|
|
name: 'ProcurementBusiness',
|
|
|
|
|
component: () => import('@/components/ParentView/index.vue'),
|
|
|
|
|
meta: {
|
|
|
|
@ -560,7 +562,7 @@ export const systemRoutes: RouteRecordRaw[] = [
|
|
|
|
|
},
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: '/project-marketing/project-template/tender-documents',
|
|
|
|
|
path: '/project-management/project-template/tender-documents',
|
|
|
|
|
name: 'TenderDocuments',
|
|
|
|
|
component: () => import('@/views/project-management/bidding/tender-documents/index.vue'),
|
|
|
|
|
meta: {
|
|
|
|
@ -570,7 +572,7 @@ export const systemRoutes: RouteRecordRaw[] = [
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/project-marketing/project-template/bid-documents',
|
|
|
|
|
path: '/project-management/project-template/bid-documents',
|
|
|
|
|
name: 'BidDocuments',
|
|
|
|
|
component: () => import('@/views/project-management/bidding/bid-documents/index.vue'),
|
|
|
|
|
meta: {
|
|
|
|
@ -580,7 +582,7 @@ export const systemRoutes: RouteRecordRaw[] = [
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/project-marketing/project-template/award-notice',
|
|
|
|
|
path: '/project-management/project-template/award-notice',
|
|
|
|
|
name: 'AwardNotice',
|
|
|
|
|
component: () => import('@/views/project-management/bidding/award-notice/index.vue'),
|
|
|
|
|
meta: {
|
|
|
|
@ -590,7 +592,7 @@ export const systemRoutes: RouteRecordRaw[] = [
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/project-marketing/project-template/information-retrieval',
|
|
|
|
|
path: '/project-management/project-template/information-retrieval',
|
|
|
|
|
name: 'InformationRetrieval',
|
|
|
|
|
component: () => import ('@/views/project-management/bidding/information-retrieval/index.vue'),
|
|
|
|
|
meta: {
|
|
|
|
@ -599,20 +601,33 @@ export const systemRoutes: RouteRecordRaw[] = [
|
|
|
|
|
hidden: false,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/project-marketing/order-management/order-management',
|
|
|
|
|
name: 'OrderManagement',
|
|
|
|
|
component: () => import('@/views/project-management/order-management/index.vue'),
|
|
|
|
|
path: '/project-management/contract/revenue-contract2',
|
|
|
|
|
name: 'RevenueContract2',
|
|
|
|
|
component: () => import('@/views/default/error/404.vue'),
|
|
|
|
|
meta: {
|
|
|
|
|
title: '订单管理',
|
|
|
|
|
icon: 'file-text',
|
|
|
|
|
title: '市场营销(N)',
|
|
|
|
|
icon: 'dollar',
|
|
|
|
|
hidden: false,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/project-management/project-source/privateproject',
|
|
|
|
|
name: 'PrivateProject',
|
|
|
|
|
component: () => import('@/views/default/error/404.vue'),
|
|
|
|
|
meta: {
|
|
|
|
|
title: '自建项目(N)',
|
|
|
|
|
icon: 'dollar',
|
|
|
|
|
hidden: false,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{ path: '/project-management/contract', name: 'ProjectContract', component: () => import('@/components/ParentView/index.vue'), redirect: '/project-management/contract/revenue-contract', meta: {
|
|
|
|
|
title: '合同管理',
|
|
|
|
|
title: '项目合同',
|
|
|
|
|
icon: 'file-text',
|
|
|
|
|
hidden: false,
|
|
|
|
|
}, children: [
|
|
|
|
@ -647,136 +662,6 @@ export const systemRoutes: RouteRecordRaw[] = [
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
] },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/project-management',
|
|
|
|
|
name: 'ProjectManagement',
|
|
|
|
|
component: Layout,
|
|
|
|
|
redirect: '/project-management/project-template/project-management',
|
|
|
|
|
meta: { title: '项目管理', icon: 'apps', hidden: false, sort: 4 },
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: '/project-management/contract/project-source',
|
|
|
|
|
name: 'ProjectSource',
|
|
|
|
|
component: () => import('@/components/ParentView/index.vue'),
|
|
|
|
|
meta: {
|
|
|
|
|
title: '项目来源',
|
|
|
|
|
icon: 'dollar',
|
|
|
|
|
hidden: false,
|
|
|
|
|
},
|
|
|
|
|
children: [
|
|
|
|
|
// {
|
|
|
|
|
// path: '/project-management/contract/procurement-business',
|
|
|
|
|
// name: 'ProcurementBusiness',
|
|
|
|
|
// component: () => import('@/components/ParentView/index.vue'),
|
|
|
|
|
// meta: {
|
|
|
|
|
// title: '招采业务',
|
|
|
|
|
// icon: 'dollar',
|
|
|
|
|
// hidden: false,
|
|
|
|
|
// },
|
|
|
|
|
// children: [
|
|
|
|
|
// {
|
|
|
|
|
// path: '/project-management/project-template/tender-documents',
|
|
|
|
|
// name: 'TenderDocuments',
|
|
|
|
|
// component: () => import('@/views/project-management/bidding/tender-documents/index.vue'),
|
|
|
|
|
// meta: {
|
|
|
|
|
// title: '招标文件',
|
|
|
|
|
// icon: 'file-text',
|
|
|
|
|
// hidden: false,
|
|
|
|
|
// },
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: '/project-management/project-template/bid-documents',
|
|
|
|
|
// name: 'BidDocuments',
|
|
|
|
|
// component: () => import('@/views/project-management/bidding/bid-documents/index.vue'),
|
|
|
|
|
// meta: {
|
|
|
|
|
// title: '投标文件',
|
|
|
|
|
// icon: 'file-text',
|
|
|
|
|
// hidden: false,
|
|
|
|
|
// },
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: '/project-management/project-template/award-notice',
|
|
|
|
|
// name: 'AwardNotice',
|
|
|
|
|
// component: () => import('@/views/project-management/bidding/award-notice/index.vue'),
|
|
|
|
|
// meta: {
|
|
|
|
|
// title: '中标通知书',
|
|
|
|
|
// icon: 'trophy',
|
|
|
|
|
// hidden: false,
|
|
|
|
|
// },
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: '/project-management/project-template/information-retrieval',
|
|
|
|
|
// name: 'InformationRetrieval',
|
|
|
|
|
// component: () => import ('@/views/project-management/bidding/information-retrieval/index.vue'),
|
|
|
|
|
// meta: {
|
|
|
|
|
// title: '信息检索(N)',
|
|
|
|
|
// icon: 'trophy',
|
|
|
|
|
// hidden: false,
|
|
|
|
|
// },
|
|
|
|
|
// },
|
|
|
|
|
//
|
|
|
|
|
// ],
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: '/project-management/contract/revenue-contract2',
|
|
|
|
|
// name: 'RevenueContract2',
|
|
|
|
|
// component: () => import('@/views/default/error/404.vue'),
|
|
|
|
|
// meta: {
|
|
|
|
|
// title: '市场营销(N)',
|
|
|
|
|
// icon: 'dollar',
|
|
|
|
|
// hidden: false,
|
|
|
|
|
// },
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
path: '/project-management/project-source/privateproject',
|
|
|
|
|
name: 'PrivateProject',
|
|
|
|
|
component: () => import('@/views/default/error/404.vue'),
|
|
|
|
|
meta: {
|
|
|
|
|
title: '自建项目(N)',
|
|
|
|
|
icon: 'dollar',
|
|
|
|
|
hidden: false,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
// { 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',
|
|
|
|
|
// component: () => import('@/views/project-management/contract/revenue-contract/index.vue'),
|
|
|
|
|
// meta: {
|
|
|
|
|
// title: '收入合同',
|
|
|
|
|
// icon: 'dollar',
|
|
|
|
|
// hidden: false,
|
|
|
|
|
// },
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: '/project-management/contract/expense-contract',
|
|
|
|
|
// name: 'ExpenseContract',
|
|
|
|
|
// component: () => import('@/views/project-management/contract/expense-contract/index.vue'),
|
|
|
|
|
// meta: {
|
|
|
|
|
// title: '支出合同',
|
|
|
|
|
// icon: 'credit-card',
|
|
|
|
|
// hidden: false,
|
|
|
|
|
// },
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: '/project-management/contract/cost-management',
|
|
|
|
|
// name: 'CostManagement',
|
|
|
|
|
// component: () => import('@/views/project-management/contract/cost-management/index.vue'),
|
|
|
|
|
// meta: {
|
|
|
|
|
// title: '成本费用',
|
|
|
|
|
// icon: 'bar-chart',
|
|
|
|
|
// hidden: false,
|
|
|
|
|
// },
|
|
|
|
|
// },
|
|
|
|
|
// ] },
|
|
|
|
|
{
|
|
|
|
|
path: '/project-management/project-template/project-aproval',
|
|
|
|
|
name: 'ProjectTemplate',
|
|
|
|
@ -852,26 +737,7 @@ export const systemRoutes: RouteRecordRaw[] = [
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
// 添加商务知识库
|
|
|
|
|
{
|
|
|
|
|
path: '/bussiness-knowledge',
|
|
|
|
|
name: 'bussinesskonwledge',
|
|
|
|
|
component: Layout,
|
|
|
|
|
redirect: '/bussiness-knowledge/data',
|
|
|
|
|
meta: { title: '商务资料知识库', icon: 'message', hidden: false, sort: 6 },
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: '/bussiness-konwledge/data',
|
|
|
|
|
name: 'bussiness-knowledge',
|
|
|
|
|
component: () => import('@/views/bussiness-data/bussiness.vue'),
|
|
|
|
|
meta: {
|
|
|
|
|
title: '商务数据库信息',
|
|
|
|
|
icon: 'info-circle',
|
|
|
|
|
hidden: false,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
path: 'project-management/project-implementation/',
|
|
|
|
|
name: 'Project-Implementation',
|
|
|
|
@ -1166,6 +1032,26 @@ export const systemRoutes: RouteRecordRaw[] = [
|
|
|
|
|
},
|
|
|
|
|
// ],
|
|
|
|
|
// },
|
|
|
|
|
// 商务数据库信息模块
|
|
|
|
|
{
|
|
|
|
|
path: '/business-knowledge',
|
|
|
|
|
name: 'BusinessKnowledge',
|
|
|
|
|
component: Layout,
|
|
|
|
|
redirect: '/business-knowledge/data',
|
|
|
|
|
meta: { title: '商务数据库信息', icon: 'database', hidden: false, sort: 5.5 },
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: '/business-knowledge/data',
|
|
|
|
|
name: 'BusinessKnowledgeData',
|
|
|
|
|
component: () => import('@/views/bussiness-data/bussiness.vue'),
|
|
|
|
|
meta: {
|
|
|
|
|
title: '商务数据库信息',
|
|
|
|
|
icon: 'info-circle',
|
|
|
|
|
hidden: false,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/chat-platform',
|
|
|
|
|
name: 'ChatPlatform',
|
|
|
|
@ -1185,30 +1071,30 @@ export const systemRoutes: RouteRecordRaw[] = [
|
|
|
|
|
// }
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// path: '/user/profile',
|
|
|
|
|
// name: 'UserProfile',
|
|
|
|
|
// component: Layout,
|
|
|
|
|
// redirect: '/user/profile',
|
|
|
|
|
// meta: {
|
|
|
|
|
// title: '个人中心',
|
|
|
|
|
// icon: 'user',
|
|
|
|
|
// hidden: false,
|
|
|
|
|
// sort: 100,
|
|
|
|
|
// },
|
|
|
|
|
// children: [
|
|
|
|
|
// {
|
|
|
|
|
// path: '/user/profile',
|
|
|
|
|
// name: 'UsersProfile',
|
|
|
|
|
// component: () => import('@/views/user/profile/index.vue'),
|
|
|
|
|
// meta: {
|
|
|
|
|
// title: '个人中心',
|
|
|
|
|
// icon: 'user',
|
|
|
|
|
// hidden: false,
|
|
|
|
|
// },
|
|
|
|
|
// },
|
|
|
|
|
// ],
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
path: '/user/profile',
|
|
|
|
|
name: 'UserProfile',
|
|
|
|
|
component: Layout,
|
|
|
|
|
redirect: '/user/profile',
|
|
|
|
|
meta: {
|
|
|
|
|
title: '个人中心',
|
|
|
|
|
icon: 'user',
|
|
|
|
|
hidden: false,
|
|
|
|
|
sort: 100,
|
|
|
|
|
},
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: '/user/profile',
|
|
|
|
|
name: 'UsersProfile',
|
|
|
|
|
component: () => import('@/views/user/profile/index.vue'),
|
|
|
|
|
meta: {
|
|
|
|
|
title: '个人中心',
|
|
|
|
|
icon: 'user',
|
|
|
|
|
hidden: false,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/enterprise-settings',
|
|
|
|
|
name: 'EnterpriseSettings',
|
|
|
|
@ -1307,6 +1193,25 @@ export const systemRoutes: RouteRecordRaw[] = [
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/training',
|
|
|
|
|
name: 'Training',
|
|
|
|
|
component: Layout,
|
|
|
|
|
redirect: '/training/plan',
|
|
|
|
|
meta: { title: '培训管理', icon: 'book', hidden: false, sort: 9 },
|
|
|
|
|
children: [
|
|
|
|
|
{
|
|
|
|
|
path: '/training/plan',
|
|
|
|
|
name: 'TrainingPlan',
|
|
|
|
|
component: () => import('@/views/training/plan/index.vue'),
|
|
|
|
|
meta: {
|
|
|
|
|
title: '培训计划',
|
|
|
|
|
icon: 'calendar',
|
|
|
|
|
hidden: false,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/system-resource',
|
|
|
|
|
name: 'SystemResource',
|
|
|
|
|