From 9d779f3dbac2b69299aa8ac258ede6343d14fae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E7=8B=BC?= <2468023037@qq.com> Date: Thu, 20 Feb 2025 13:29:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/withdraw.ts | 20 +- src/views/withdraw/index.vue | 364 ++++++++++++++++------------- src/views/withdraw/locale/en-US.ts | 2 +- src/views/withdraw/locale/zh-CN.ts | 2 +- 4 files changed, 207 insertions(+), 181 deletions(-) diff --git a/src/api/withdraw.ts b/src/api/withdraw.ts index baac07f..e27ef51 100644 --- a/src/api/withdraw.ts +++ b/src/api/withdraw.ts @@ -42,23 +42,5 @@ export interface ListParams { * @returns */ export function lists(params: ListParams) { - return axios.post('/api/v1/withdraw/lists',params); + return axios.post('/admin/api/v1/withdraw/lists',params); } - -// /** -// * -// * @param id 拉黑 -// * @returns -// */ -// export function getBlack(id: string) { -// return axios.post('/api/v1/jobuser/getBlack', { id }); -// } - -// /** -// * -// * @param id 洗白 -// * @returns -// */ -// export function getOutBlack(id: string) { -// return axios.post('/api/v1/jobuser/getOutBlack', { id }); -// } \ No newline at end of file diff --git a/src/views/withdraw/index.vue b/src/views/withdraw/index.vue index 165c2d1..4b7c565 100644 --- a/src/views/withdraw/index.vue +++ b/src/views/withdraw/index.vue @@ -3,54 +3,132 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + 查询 + + + + 重置 + + + + +
+
+ + + +
+
+
+ 合计:{{ addNum }} +
+
+
+ +
+