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;