소스 검색

工号省

shengbingg 2 년 전
부모
커밋
9d05c678a8
2개의 변경된 파일1637개의 추가작업 그리고 0개의 파일을 삭제
  1. 1630 0
      src/pages/main/workingCon/configUration.vue
  2. 7 0
      src/router/index.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1630 - 0
src/pages/main/workingCon/configUration.vue


+ 7 - 0
src/router/index.js

@@ -215,6 +215,13 @@ const routes = [{
                 ['../pages/main/closeFill/advanceDeposit.vue'], resolve)
         },
         {
+            meta: { name:  '工号配置', keepAlive: false },
+            path: '/workingCon',
+            name: 'workingCon',
+            component: (resolve) => require( /* webpackChunkName: "system" */
+                ['../pages/main/workingCon/configUration.vue'], resolve)
+        },
+        {
             meta: { name: '组织架构管理', keepAlive: false },
             path: '/organization',
             name: 'organization',