소스 검색

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')
   },
 ]