From 3cfbbe16373c465f83cda22f713db64976d3b986 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Sat, 9 Sep 2023 18:56:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/finance/audit.vue | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/views/finance/audit.vue b/src/views/finance/audit.vue index 04ca3d1..835f46f 100644 --- a/src/views/finance/audit.vue +++ b/src/views/finance/audit.vue @@ -30,6 +30,20 @@ placeholder="请输入提现金额" /> + + + + 查看明细 + + 通过 @@ -80,6 +94,7 @@ import { } from "@/api/withdraw"; import { timeFormat } from "@/utils/util"; import type { PropType } from "vue"; +import { getRoutePath } from "@/router"; import useUserStore from "@/stores/modules/user"; import { genFileId } from "element-plus"; import { inject } from "vue";