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 () {
- +