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 @@ - + - + - + - +