diff --git a/src/views/moneyManage/refundDetail/refundCharge.vue b/src/views/moneyManage/refundDetail/refundCharge.vue index 4d996d1..0cd3488 100644 --- a/src/views/moneyManage/refundDetail/refundCharge.vue +++ b/src/views/moneyManage/refundDetail/refundCharge.vue @@ -29,36 +29,15 @@ - -
- -
- {{ t('common.payModel') }} - - - -
- -
+ +
{{ t('common.search') }} {{ t('common.exportExcel') }} {{ t('common.viewExportList') }} {{ t('common.reset') }}
+ @@ -830,10 +809,9 @@ onMounted(() => { height: 4vh; .item1 { - width: 18%; + width: 15%; display: flex; align-items: center; - margin-bottom: 1vh; margin-right: 0.5vw; } diff --git a/src/views/moneyManage/refundDetail/refundFinance.vue b/src/views/moneyManage/refundDetail/refundFinance.vue index 7678368..2c26cad 100644 --- a/src/views/moneyManage/refundDetail/refundFinance.vue +++ b/src/views/moneyManage/refundDetail/refundFinance.vue @@ -25,33 +25,15 @@
- -
- -
- {{ t('common.payModel') }} - - - -
- -
+ +
{{ t('common.search') }} {{ t('common.exportExcel') }} {{ t('common.viewExportList') }} {{ t('common.reset') }}
+ @@ -799,10 +781,9 @@ onMounted(() => { height: 4vh; .item1 { - width: 18%; + width: 15%; display: flex; align-items: center; - margin-bottom: 1vh; margin-right: 0.5vw; } @@ -812,6 +793,13 @@ onMounted(() => { align-items: center; margin-right: 0.5vw; } + + .btns { + display: flex; + align-items: center; + margin-right: 0.5vw; + margin-right: 60px; + } } .audit { diff --git a/src/views/moneyManage/refundDetail/refundHeader.vue b/src/views/moneyManage/refundDetail/refundHeader.vue index 2b052ce..22da8e6 100644 --- a/src/views/moneyManage/refundDetail/refundHeader.vue +++ b/src/views/moneyManage/refundDetail/refundHeader.vue @@ -26,33 +26,14 @@
- -
- -
- {{ t('common.payModel') }} - - - -
- -
+
{{ t('common.search') }} {{ t('common.exportExcel') }} {{ t('common.viewExportList') }} {{ t('common.reset') }}
+ @@ -585,7 +566,8 @@ const handlePass = async function () { freeGold: auditRow.value.freeGold * 100, orderCode: auditRow.value.orderCode, jwcode: auditRow.value.jwcode, - adminId: adminData.value.id + adminId: adminData.value.id, + refundModel:auditRow.value.refundModel } const result = await API({ url: '/Money/finalReview', @@ -867,10 +849,9 @@ onMounted(() => { height: 4vh; .item1 { - width: 18%; + width: 15%; display: flex; align-items: center; - margin-bottom: 1vh; margin-right: 0.5vw; }