Browse Source

oa成本表

jbb 2 năm trước cách đây
mục cha
commit
faf55bb2cb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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')
   },
 ]