Browse Source

参数配置页增加

duy 2 years ago
parent
commit
f6ddeedd45
2 changed files with 49 additions and 0 deletions
  1. 42 0
      src/router/modules/base.js
  2. 7 0
      src/router/modules/token.js

+ 42 - 0
src/router/modules/base.js

@@ -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',

+ 7 - 0
src/router/modules/token.js

@@ -29,6 +29,13 @@ export default [
     'system-user',
     'system-menu',
     'system-parameter',
+    'system-parameter-pricetype',
+    'system-parameter-tasktype',
+    'system-parameter-price',
+    'system-parameter-reimbursement',
+    'system-parameter-cost',
+    'system-parameter-approve',
+    'system-parameter-other',
     'system-organization',
     'risk-warning',
     'static-project',