Browse Source

注释代收合同

achao 3 years ago
parent
commit
718029c1f0
1 changed files with 14 additions and 14 deletions
  1. 14 14
      src/views/contractManagement/component/routers/route.js

+ 14 - 14
src/views/contractManagement/component/routers/route.js

@@ -314,20 +314,20 @@ const contractManagementRouter = {
       },
       hidden: true
     },
-    // 代收合同
-    {
-      path: 'collectionContract',
-      component: () =>
-        import(/* webpackChunkName: "sparepartList" */ '@/views/contractManagement/collectionContract'),
-      name: 'collectionContract',
-      meta: {
-        title: 'collectionContract',
-        shortcutEntrance: 'contractManagement',
-        module: 'contractManagement.buyContract',
-        permissicon: [],
-        keepAlive: true
-      }
-    },
+    // // 代收合同
+    // {
+    //   path: 'collectionContract',
+    //   component: () =>
+    //     import(/* webpackChunkName: "sparepartList" */ '@/views/contractManagement/collectionContract'),
+    //   name: 'collectionContract',
+    //   meta: {
+    //     title: 'collectionContract',
+    //     shortcutEntrance: 'contractManagement',
+    //     module: 'contractManagement.buyContract',
+    //     permissicon: [],
+    //     keepAlive: true
+    //   }
+    // },
     //代收合同添加
     {
       path: 'collectionContractAdd',