From 653bd96e31f33a5c9b93f32ef206502bbf49b116 Mon Sep 17 00:00:00 2001 From: ZhangYong Date: Sun, 18 Jan 2026 16:51:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/moneyManage/financialAccount/cashFlow.vue | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/views/moneyManage/financialAccount/cashFlow.vue b/src/views/moneyManage/financialAccount/cashFlow.vue index 579099b..ab98bdc 100644 --- a/src/views/moneyManage/financialAccount/cashFlow.vue +++ b/src/views/moneyManage/financialAccount/cashFlow.vue @@ -172,6 +172,14 @@ const textContent = ref('') const refundDialog = ref(false) const refundFormData = ref({}) + +const resetRefund = () => { + refundFormData.value.refundModel = '' + refundFormData.value.refundReason = '' + refundFormData.value.permanentGold = null + refundFormData.value.freeGold = null + +} const handleRefund = async () => { try { if (refundFormData.value.refundModel == 1) { @@ -378,14 +386,9 @@ onMounted(async () => {
{{ t('common.orderNo') }}: -
- + - - -
- -
+
{{ t('common.payTime2') }}: { width: 100%; color: #001a42; font-family: "PingFang SC"; - font-size: 48px; + font-size: 38px; font-style: normal; font-weight: 900; line-height: normal;