浏览代码

oa成本表

jbb 2 年之前
父节点
当前提交
faf55bb2cb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/config/router.config.js

+ 1 - 1
src/config/router.config.js

@@ -395,6 +395,6 @@ export const constantRouterMap = [
   },
   {
     path: '/reportFormsSimple/costAllocationTable',
-    component: () => import( '@/views/reportForms/cost-allocation-table')
+    component: () => import( '@/views/cost-allocation-total/costDetailDrawer')
   },
 ]