From 73662c67ebefd30b332bfcdd499880290ecf9095 Mon Sep 17 00:00:00 2001 From: xxm1995 Date: Wed, 31 Jan 2024 15:00:57 +0800 Subject: [PATCH] =?UTF-8?q?style=20=E8=AE=A2=E5=8D=95=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=8F=B7=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../record/repair/PayRepairRecordInfo.vue | 23 +++++++++---------- .../payment/record/sync/PaySyncRecord.api.ts | 2 ++ .../payment/record/sync/PaySyncRecordInfo.vue | 9 ++++---- .../payment/record/sync/PaySyncRecordList.vue | 10 ++++---- 4 files changed, 23 insertions(+), 21 deletions(-) diff --git a/src/views/payment/record/repair/PayRepairRecordInfo.vue b/src/views/payment/record/repair/PayRepairRecordInfo.vue index 16542d703..4087edc9a 100644 --- a/src/views/payment/record/repair/PayRepairRecordInfo.vue +++ b/src/views/payment/record/repair/PayRepairRecordInfo.vue @@ -23,24 +23,23 @@ {{ form.orderNo }} - {{ dictConvert('PaymentType', form.repairType) }} - {{ form.repairType }} - - - {{ dictConvert('PayRepairSource', form.repairSource) }} - - - {{ dictConvert('PayRepairWay', row.repairWay) }} - {{ dictConvert('RefundRepairWay', form.repairWay) }} + {{ dictConvert('PaymentType', form.repairType) }} - {{ dictConvert('AsyncPayChannel', form.asyncChannel) }} + {{ dictConvert('AsyncPayChannel', form.asyncChannel) }} + + + {{ dictConvert('PayRepairSource', form.repairSource) }} + + + {{ dictConvert('PayRepairWay', form.repairWay) }} + {{ dictConvert('RefundRepairWay', form.repairWay) }} - {{ dictConvert('PayStatus', form.beforeStatus) }} + {{ dictConvert('PayStatus', form.beforeStatus) }} - {{ dictConvert('PayStatus', form.afterStatus) }} + {{ dictConvert('PayStatus', form.afterStatus) }} {{ form.createTime }} diff --git a/src/views/payment/record/sync/PaySyncRecord.api.ts b/src/views/payment/record/sync/PaySyncRecord.api.ts index 0a50ee681..eb5387275 100644 --- a/src/views/payment/record/sync/PaySyncRecord.api.ts +++ b/src/views/payment/record/sync/PaySyncRecord.api.ts @@ -42,6 +42,8 @@ export interface SyncRecord extends BaseEntity { gatewayStatus?: string // 是否进行修复 repairOrder?: boolean + // 修复号 + repairOrderNo?: boolean // 错误消息 errorMsg?: string // 同步时间 diff --git a/src/views/payment/record/sync/PaySyncRecordInfo.vue b/src/views/payment/record/sync/PaySyncRecordInfo.vue index f7579d881..6f928fcb5 100644 --- a/src/views/payment/record/sync/PaySyncRecordInfo.vue +++ b/src/views/payment/record/sync/PaySyncRecordInfo.vue @@ -30,13 +30,14 @@ {{ dictConvert('RefundSyncStatus', form.gatewayStatus) }} - {{ form.repairOrder ? '是' : '否' }} + {{ form.repairOrderNo }} + {{ form.createTime }} - - - + + + {{ form.errorMsg }} diff --git a/src/views/payment/record/sync/PaySyncRecordList.vue b/src/views/payment/record/sync/PaySyncRecordList.vue index 3f53e4ef9..ff93bbe3a 100644 --- a/src/views/payment/record/sync/PaySyncRecordList.vue +++ b/src/views/payment/record/sync/PaySyncRecordList.vue @@ -7,14 +7,14 @@ - + - + - + - +