diff --git a/frontend/front/src/router/index.js b/frontend/front/src/router/index.js index 9e56287..9c3da39 100644 --- a/frontend/front/src/router/index.js +++ b/frontend/front/src/router/index.js @@ -110,7 +110,6 @@ export const constantRoutes = [ props: true, meta: { title: '应用内容' }, }, - { path: '/templatePreview/:templateKey/:parameterqQuerys/:rkey', name: 'templatePreview', @@ -120,6 +119,15 @@ export const constantRoutes = [ props: true, meta: { title: '查询数据' }, }, + { + path: '/reviewOfFinancialDailyReport', + name: 'reviewOfFinancialDailyReport', + component: () => + import('@/views/pages/reviewOfFinancialDailyReport/index.vue'), + hidden: true, + props: true, + meta: { title: '资金日报复核' }, + }, ], }, diff --git a/frontend/front/src/views/pages/reviewOfFinancialDailyReport/index.vue b/frontend/front/src/views/pages/reviewOfFinancialDailyReport/index.vue new file mode 100644 index 0000000..10b2f92 --- /dev/null +++ b/frontend/front/src/views/pages/reviewOfFinancialDailyReport/index.vue @@ -0,0 +1,286 @@ + + + + \ No newline at end of file -- libgit2 0.21.2