wangguangping 3 rokov pred
rodič
commit
c7ef74bc82
1 zmenil súbory, kde vykonal 45 pridanie a 1 odobranie
  1. 45 1
      src/router/index.js

+ 45 - 1
src/router/index.js

@@ -593,6 +593,41 @@ const routes = [{
             name: 'materialApplicationExac',
             component: (resolve) => require( /* webpackChunkName: "system" */['../pages/main/advertising/materialApplicationExac.vue'], resolve)
         },
+        {
+            meta: {
+                name: '宣传物料查看',
+                keepAlive: false
+            },
+            path: '/materialApplicationDetail',
+            name: 'materialApplicationDetail',
+            component: (resolve) => require( /* webpackChunkName: "system" */ ['../pages/main/advertising/materialApplicationDetail.vue'], resolve)
+        }, 
+        {
+            meta: {
+                name: '子任务列表',
+                keepAlive: false
+            },
+            path: '/subtaskList',
+            name: 'subtaskList',
+            component: (resolve) => require( /* webpackChunkName: "system" */ ['../pages/main/advertising/subtaskList.vue'], resolve)
+        }, {
+            meta: {
+                name: '验收',
+                keepAlive: false
+            },
+            path: '/acceptance',
+            name: 'acceptance',
+            component: (resolve) => require( /* webpackChunkName: "system" */ ['../pages/main/advertising/acceptance.vue'], resolve)
+        }, 
+        {
+            meta: {
+                name: '验收情况',
+                keepAlive: false
+            },
+            path: '/acceptanceSituation',
+            name: 'acceptanceSituation',
+            component: (resolve) => require( /* webpackChunkName: "system" */ ['../pages/main/advertising/acceptanceSituation.vue'], resolve)
+        },
 		{
             meta: { name:  '供应商管理', keepAlive: false },
             path: '/supplier',
@@ -711,7 +746,16 @@ const routes = [{
                 },
             ]
         },
-
+        {
+            meta: {
+                name: '科室绩效',
+                keepAlive: false
+            },
+            path: '/recallkpi',
+            name: 'recallkpi',
+            component: (resolve) => require( /* webpackChunkName: "system" */
+                ['../pages/main/achievements/recallMuban.vue'], resolve)
+        },
         {
             meta: { name:  '绩效管理', keepAlive: false },
             path: '/kpi',