gjy 2 年之前
父節點
當前提交
e0065b2c14
共有 1 個文件被更改,包括 43 次插入43 次删除
  1. 43 43
      src/views/profitable/component/routers/route.js

+ 43 - 43
src/views/profitable/component/routers/route.js

@@ -13,20 +13,20 @@ const profitableRouter = {
   },
   children: [
       // 盈收概览
-    {
-      path: 'earningsLook',
-      component: () =>
-        import(/* webpackChunkName: "applDetail" */ '@/views/profitable/earningsLook'),
-      name: 'earningsLook',
-      meta: {
-        title: 'earningsLook',
-        shortcutEntrance: 'profitable',
-        module: 'contractManagement.exContract.exContractInfo.view',
-        permissicon: [],
-        keepAlive: true
-        // module: 'procurement.sparepart.applDetail'
-      }
-    },  
+    // {
+    //   path: 'earningsLook',
+    //   component: () =>
+    //     import(/* webpackChunkName: "applDetail" */ '@/views/profitable/earningsLook'),
+    //   name: 'earningsLook',
+    //   meta: {
+    //     title: 'earningsLook',
+    //     shortcutEntrance: 'profitable',
+    //     module: 'contractManagement.exContract.exContractInfo.view',
+    //     permissicon: [],
+    //     keepAlive: true
+    //     // module: 'procurement.sparepart.applDetail'
+    //   }
+    // },  
       // 合同利润
       {
         path: 'contractprofits',
@@ -345,36 +345,36 @@ const profitableRouter = {
       },
       hidden:true,
     }, 
-      // 收支明细
-      {
-        path: 'inOutDetailed',
-        component: () =>
-          import(/* webpackChunkName: "applDetail" */ '@/views/profitable/inOutDetailed'),
-        name: 'inOutDetailed',
-        meta: {
-          title: 'inOutDetailed',
-          shortcutEntrance: 'profitable',
-          module: 'contractManagement.exContract.exContractInfo.view',
-          permissicon: [],
-          keepAlive: true
-          // module: 'procurement.sparepart.applDetail'
-        }
-      }, 
+      // // 收支明细
+      // {
+      //   path: 'inOutDetailed',
+      //   component: () =>
+      //     import(/* webpackChunkName: "applDetail" */ '@/views/profitable/inOutDetailed'),
+      //   name: 'inOutDetailed',
+      //   meta: {
+      //     title: 'inOutDetailed',
+      //     shortcutEntrance: 'profitable',
+      //     module: 'contractManagement.exContract.exContractInfo.view',
+      //     permissicon: [],
+      //     keepAlive: true
+      //     // module: 'procurement.sparepart.applDetail'
+      //   }
+      // }, 
        // 合同外费用
-       {
-        path: 'contractOtherMoney',
-        component: () =>
-          import(/* webpackChunkName: "applDetail" */ '@/views/profitable/contractOtherMoney'),
-        name: 'contractOtherMoney',
-        meta: {
-          title: 'contractOtherMoney',
-          shortcutEntrance: 'profitable',
-          module: 'contractManagement.exContract.exContractInfo.view',
-          permissicon: [],
-          keepAlive: true
-          // module: 'procurement.sparepart.applDetail'
-        }
-      }, 
+      //  {
+      //   path: 'contractOtherMoney',
+      //   component: () =>
+      //     import(/* webpackChunkName: "applDetail" */ '@/views/profitable/contractOtherMoney'),
+      //   name: 'contractOtherMoney',
+      //   meta: {
+      //     title: 'contractOtherMoney',
+      //     shortcutEntrance: 'profitable',
+      //     module: 'contractManagement.exContract.exContractInfo.view',
+      //     permissicon: [],
+      //     keepAlive: true
+      //     // module: 'procurement.sparepart.applDetail'
+      //   }
+      // }, 
   ],
 
 };