From 149a463a6b91361c3dbc666b23910425df3b6a2e Mon Sep 17 00:00:00 2001 From: dhb52 Date: Sun, 13 Aug 2023 01:26:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=94=AF=E4=BB=98=E7=AE=A1=E7=90=86/?= =?UTF-8?q?=E9=80=80=E6=AC=BE=E8=AE=A2=E5=8D=95=20=E5=AF=B9=E6=A0=87=20vue?= =?UTF-8?q?2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 620a2009c3bd146ebda815bc7805fe369474cbb7) --- src/utils/dict.ts | 6 +- src/views/pay/app/index.vue | 1 - src/views/pay/refund/RefundDetail.vue | 112 ++++++++++++ src/views/pay/refund/index.vue | 234 ++++++++++---------------- 4 files changed, 206 insertions(+), 147 deletions(-) create mode 100644 src/views/pay/refund/RefundDetail.vue diff --git a/src/utils/dict.ts b/src/utils/dict.ts index 88a0367f..31fd2f7a 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -132,12 +132,8 @@ export enum DICT_TYPE { // ========== PAY 模块 ========== PAY_CHANNEL_CODE = 'pay_channel_code', // 支付渠道编码类型 - PAY_CHANNEL_CODE_TYPE = 'pay_channel_code_type', // 支付渠道编码类型 PAY_ORDER_STATUS = 'pay_order_status', // 商户支付订单状态 - PAY_ORDER_REFUND_STATUS = 'pay_order_refund_status', // 商户支付订单退款状态 - PAY_REFUND_ORDER_STATUS = 'pay_refund_order_status', // 退款订单状态 - PAY_REFUND_ORDER_TYPE = 'pay_refund_order_type', // 退款订单类别 - + PAY_REFUND_STATUS = 'pay_refund_status', // 退款订单状态 PAY_NOTIFY_STATUS = 'pay_notify_status', // 商户支付回调状态 PAY_NOTIFY_TYPE = 'pay_notify_type', // 商户支付回调状态 diff --git a/src/views/pay/app/index.vue b/src/views/pay/app/index.vue index e1c3ce31..41da8068 100644 --- a/src/views/pay/app/index.vue +++ b/src/views/pay/app/index.vue @@ -326,7 +326,6 @@ const queryParams = reactive({ createTime: [] }) const queryFormRef = ref() // 搜索的表单 -const exportLoading = ref(false) // 导出的加载中 /** 查询列表 */ const getList = async () => { diff --git a/src/views/pay/refund/RefundDetail.vue b/src/views/pay/refund/RefundDetail.vue new file mode 100644 index 00000000..7e970251 --- /dev/null +++ b/src/views/pay/refund/RefundDetail.vue @@ -0,0 +1,112 @@ + + + diff --git a/src/views/pay/refund/index.vue b/src/views/pay/refund/index.vue index 9e8ea198..6eacf933 100644 --- a/src/views/pay/refund/index.vue +++ b/src/views/pay/refund/index.vue @@ -10,21 +10,6 @@ :inline="true" label-width="120px" > - - - - - - + - - - - - - + + + + + + + + + + - - - - - - 搜索 - 重置 + 搜索 + 重置 - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + +