财务中心新增支付宝提现统计

This commit is contained in:
gyq
2024-12-31 15:34:22 +08:00
parent ef09b41510
commit c5c679e1ab
3 changed files with 289 additions and 1 deletions

View File

@@ -4,6 +4,9 @@
<el-tab-pane label="提现审核" name="withdraw">
<WithdrawManage></WithdrawManage>
</el-tab-pane>
<el-tab-pane label="支付宝提现统计" name="withdrawTotal">
<WithdrawTotal></WithdrawTotal>
</el-tab-pane>
<!-- 拒绝弹框 -->
<!-- <el-tab-pane label="提现管理" name="first">
<div style="margin: 5px; display: inline-block">
@@ -562,9 +565,10 @@ import $disc from "@/api/disc-spinning.js";
import popAddZhuanpan from "./components/pop-add-zhuanpan.vue";
import popAddRedPack from "./components/pop-add-redPack.vue";
import WithdrawManage from "./components/withdraw-manage.vue";
import WithdrawTotal from './components/withdrawTotal.vue';
import { $redPackApi } from "@/api/red-pack.js";
export default {
components: { popAddZhuanpan, popAddRedPack, WithdrawManage },
components: { popAddZhuanpan, popAddRedPack, WithdrawManage, WithdrawTotal },
data() {
return {
zhuanPanType: 1,
@@ -649,6 +653,7 @@ export default {
sumMoneyByTime: "",
money: "",
activeName: "withdraw",
// activeName: 'withdrawTotal',
formLabelWidth: "200px",
dialogFormVisible: false,
dialogFormVisible1: false,