From 201675e3169ddb44c18f876d4bdfabe347b620f2 Mon Sep 17 00:00:00 2001 From: xxm1995 Date: Tue, 16 Jan 2024 17:12:01 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E6=94=AF=E4=BB=98=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E5=92=8C=E8=AE=B0=E5=BD=95=E6=98=BE=E7=A4=BA=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../channel/config/ChannelPayConfigList.vue | 27 +++++++++++-------- src/views/payment/order/pay/PayOrderInfo.vue | 3 +++ .../record/close/PayCloseRecordInfo.vue | 2 +- .../record/repair/PayRepairRecordInfo.vue | 2 +- .../payment/record/sync/PaySyncRecord.api.ts | 2 +- .../payment/record/sync/PaySyncRecordInfo.vue | 10 +++---- .../payment/record/sync/PaySyncRecordList.vue | 2 +- .../payinfo/channel/PayChannelInfoEdit.vue | 15 ++++++++--- types/web.d.ts | 2 +- 9 files changed, 40 insertions(+), 25 deletions(-) diff --git a/src/views/payment/channel/config/ChannelPayConfigList.vue b/src/views/payment/channel/config/ChannelPayConfigList.vue index 414c47cd0..9b316f846 100644 --- a/src/views/payment/channel/config/ChannelPayConfigList.vue +++ b/src/views/payment/channel/config/ChannelPayConfigList.vue @@ -6,19 +6,24 @@ diff --git a/src/views/payment/order/pay/PayOrderInfo.vue b/src/views/payment/order/pay/PayOrderInfo.vue index df6de5956..549b2f295 100644 --- a/src/views/payment/order/pay/PayOrderInfo.vue +++ b/src/views/payment/order/pay/PayOrderInfo.vue @@ -76,6 +76,9 @@ {{ order.expiredTime }} + + {{ order.createTime }} +