From fa006f030ced342a15abf590e26d10aacbfcfa32 Mon Sep 17 00:00:00 2001 From: hongxilin <17663930442@163.com> Date: Sat, 14 Dec 2024 15:37:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=8F=B0=E5=9C=B0=E5=8C=BA?= =?UTF-8?q?=E6=8E=92=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/gold-system/src/views/audit/rechargeAudit.vue | 223 ++------ vue/gold-system/src/views/audit/refundAudit.vue | 205 ++------ vue/gold-system/src/views/workspace/index.vue | 604 +++++++--------------- 3 files changed, 273 insertions(+), 759 deletions(-) diff --git a/vue/gold-system/src/views/audit/rechargeAudit.vue b/vue/gold-system/src/views/audit/rechargeAudit.vue index a1e5bd1..42a0ced 100644 --- a/vue/gold-system/src/views/audit/rechargeAudit.vue +++ b/vue/gold-system/src/views/audit/rechargeAudit.vue @@ -200,6 +200,13 @@ const adminPass = function () { get(); console.log("adminPass"); }; +//已驳回充值明细 +const adminReject = function () { + rechargeVo.value.status = 2; + getObj.value.pageNum = 1; + get(); + console.log('adminReject'); +} //点击标签页 const handleClick = function (tab, event) { if (tab.props.name === "all") { @@ -208,6 +215,8 @@ const handleClick = function (tab, event) { adminWait(); } else if (tab.props.name === "pass") { adminPass(); + } else if (tab.props.name === 'reject') { + adminReject(); } }; // 获取活动名称 @@ -390,57 +399,26 @@ onMounted(async function () {
活动名称: - - + +
充值方式: - - + +
所属地区: - - + +
@@ -449,16 +427,9 @@ onMounted(async function () {
充值时间: - - + + 近7天
@@ -476,56 +447,27 @@ onMounted(async function () { - + +
- - - + + + - + - + @@ -551,12 +493,7 @@ onMounted(async function () { - + - + - + 驳回
@@ -618,42 +535,17 @@ onMounted(async function () { @@ -662,29 +554,12 @@ onMounted(async function () {
- +