diff --git a/src/components/withdrawalModal.vue b/src/components/withdrawalModal.vue index ad6a17a..a19512c 100644 --- a/src/components/withdrawalModal.vue +++ b/src/components/withdrawalModal.vue @@ -42,7 +42,7 @@ -
待结算
+
待结算
结算中
结算成功
结算失败
@@ -64,6 +64,15 @@
+ + + + {{modalForm.doctor_withdrawal_bank.province}}{{modalForm.doctor_withdrawal_bank.city}}{{modalForm.doctor_withdrawal_bank.county}} + - + + + +
@@ -205,7 +214,7 @@ > + @cancel="closeReject" > @@ -215,7 +224,7 @@ @@ -389,6 +398,10 @@ const handleConfirmReject=()=>{ } }) }; +const closeReject=()=>{ + rejectVisible.value=false; + proxy.$refs.rejectFormRef.resetFields(); +} const handleConfirmPay=async()=>{ const {data,code}=await confirmPay(withdrawal_order_id.value); if(code==200){ diff --git a/src/views/finance/financialrecord/index.vue b/src/views/finance/financialrecord/index.vue index a0c12de..40fdac4 100644 --- a/src/views/finance/financialrecord/index.vue +++ b/src/views/finance/financialrecord/index.vue @@ -11,8 +11,9 @@ 待结算 - 结算成功 - 结算失败 + 结算中 + 结算成功 + 结算失败