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";