|
@@ -248,6 +248,48 @@ export default [
|
|
|
meta: {title: '参数配置'},
|
|
|
component: () => import('~src/views/system/parameter.vue')
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/system/parameter-pricetype',
|
|
|
+ name: 'system-parameter-pricetype',
|
|
|
+ meta: {title: '财务费用字典'},
|
|
|
+ component: () => import('~src/views/system/components/tab-pricetype')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/system/parameter-tasktype',
|
|
|
+ name: 'system-parameter-tasktype',
|
|
|
+ meta: {title: '任务类型字典'},
|
|
|
+ component: () => import('~src/views/system/components/tab-tasktype')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/system/parameter-price',
|
|
|
+ name: 'system-parameter-price',
|
|
|
+ meta: {title: '岗位类型字典'},
|
|
|
+ component: () => import('~src/views/system/components/tab-price')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/system/parameter-reimbursement',
|
|
|
+ name: 'system-parameter-reimbursement',
|
|
|
+ meta: {title: '报销类型字典'},
|
|
|
+ component: () => import('~src/views/system/components/tab-reimbursement')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/system/parameter-cost',
|
|
|
+ name: 'system-parameter-cost',
|
|
|
+ meta: {title: '成本测算类型'},
|
|
|
+ component: () => import('~src/views/system/components/tab-cost')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/system/parameter-approve',
|
|
|
+ name: 'system-parameter-approve',
|
|
|
+ meta: {title: '审批流程'},
|
|
|
+ component: () => import('~src/views/system/components/tab-approve')
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/system/parameter-other',
|
|
|
+ name: 'system-parameter-other',
|
|
|
+ meta: {title: '其他'},
|
|
|
+ component: () => import('~src/views/system/components/tab-other')
|
|
|
+ },
|
|
|
{
|
|
|
path: '/system/organization',
|
|
|
name: 'system-organization',
|