diff --git a/jsowell-ui/src/router/index.js b/jsowell-ui/src/router/index.js index 61f3cefd9..f38d2a8d8 100644 --- a/jsowell-ui/src/router/index.js +++ b/jsowell-ui/src/router/index.js @@ -166,6 +166,32 @@ export const constantRoutes = [ }, ], }, + { + path: "/financial/merchant", + component: Layout, + hidden: true, + children: [ + { + path: "merchantVirtual", + component: () => import("@/views/financial/components/virtualFinance"), + name: "merchantVirtual", + meta: { title: "虚拟财务",activeMenu: "/financial/merchant"}, + }, + ], + }, + { + path: "/financial/merchant", + component: Layout, + hidden: true, + children: [ + { + path: "cleanFinancical", + component: () => import("@/views/financial/components/cleanFinancical"), + name: "cleanFinancical", + meta: { title: "清分财务",activeMenu: "/financial/merchant"}, + }, + ], + } ]; // 动态路由,基于用户权限动态去加载 diff --git a/jsowell-ui/src/views/financial/components/cleanFinancical.vue b/jsowell-ui/src/views/financial/components/cleanFinancical.vue new file mode 100644 index 000000000..b377aed34 --- /dev/null +++ b/jsowell-ui/src/views/financial/components/cleanFinancical.vue @@ -0,0 +1,13 @@ + + + + + \ No newline at end of file diff --git a/jsowell-ui/src/views/financial/components/virtualFinance.vue b/jsowell-ui/src/views/financial/components/virtualFinance.vue new file mode 100644 index 000000000..23122a991 --- /dev/null +++ b/jsowell-ui/src/views/financial/components/virtualFinance.vue @@ -0,0 +1,185 @@ + + + + + \ No newline at end of file diff --git a/jsowell-ui/src/views/financial/merchant.vue b/jsowell-ui/src/views/financial/merchant.vue index e69de29bb..def109084 100644 --- a/jsowell-ui/src/views/financial/merchant.vue +++ b/jsowell-ui/src/views/financial/merchant.vue @@ -0,0 +1,258 @@ + + + + diff --git a/jsowell-ui/src/views/pile/merchant/components/adapayMember.vue b/jsowell-ui/src/views/pile/merchant/components/adapayMember.vue index 886c7aa45..dab203d50 100644 --- a/jsowell-ui/src/views/pile/merchant/components/adapayMember.vue +++ b/jsowell-ui/src/views/pile/merchant/components/adapayMember.vue @@ -71,14 +71,7 @@ - - - + @@ -137,6 +130,14 @@ + + +