|
@@ -313,30 +313,6 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
|
|
title: '发出的日志'
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- path: 'projectReport',
|
|
|
- component: () => import('@/views/OaSystem/marketCenter/projectReport/index.vue'),
|
|
|
- name: 'ProjectReport',
|
|
|
- meta: {
|
|
|
- title: '产值填报'
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'projectCheck',
|
|
|
- component: () => import('@/views/OaSystem/marketCenter/projectCheck/index.vue'),
|
|
|
- name: 'ProjectCheck',
|
|
|
- meta: {
|
|
|
- title: '产值审核'
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'projectCheckPass',
|
|
|
- component: () => import('@/views/OaSystem/marketCenter/projectCheckPass/index.vue'),
|
|
|
- name: 'ProjectCheckPass',
|
|
|
- meta: {
|
|
|
- title: '产值审核通过'
|
|
|
- }
|
|
|
- },
|
|
|
{
|
|
|
path: 'newCustomer',
|
|
|
component: () => import('@/views/OaSystem/marketCenter/khxjPage/index.vue'),
|