diff --git a/src/router/index.ts b/src/router/index.ts index 480e066..48496dd 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -246,6 +246,12 @@ const routes: RouteRecordRaw[] = [ component: () => import("@/views/admin/account/cost/myMoney/index.vue"), }, + { + path: "deposit", + name: "deposit", + component: () => + import("@/views/admin/account/cost/deposit/index.vue"), + }, { path: "exchange", name: "exchange", diff --git a/src/views/admin/account/cost/deposit/index.vue b/src/views/admin/account/cost/deposit/index.vue new file mode 100644 index 0000000..5666b7a --- /dev/null +++ b/src/views/admin/account/cost/deposit/index.vue @@ -0,0 +1,540 @@ + + + + + \ No newline at end of file diff --git a/src/views/admin/account/cost/invoice/index.vue b/src/views/admin/account/cost/invoice/index.vue index e2a22f2..84411fe 100644 --- a/src/views/admin/account/cost/invoice/index.vue +++ b/src/views/admin/account/cost/invoice/index.vue @@ -1,60 +1,6 @@