From 2e0ee31597bbba3a6ff7faf78f5307246b5930be Mon Sep 17 00:00:00 2001 From: DaxPay Date: Fri, 31 May 2024 17:42:10 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E5=88=86=E8=B4=A6=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../allocation/order/AllocationOrderInfo.vue | 34 +++++++++---------- .../allocation/order/AllocationOrderList.vue | 4 +-- .../payment/record/sync/PaySyncRecordInfo.vue | 4 +-- .../payment/record/sync/PaySyncRecordList.vue | 3 +- 4 files changed, 23 insertions(+), 22 deletions(-) diff --git a/src/views/payment/allocation/order/AllocationOrderInfo.vue b/src/views/payment/allocation/order/AllocationOrderInfo.vue index b84d79339..a7bdc6bde 100644 --- a/src/views/payment/allocation/order/AllocationOrderInfo.vue +++ b/src/views/payment/allocation/order/AllocationOrderInfo.vue @@ -52,6 +52,15 @@ {{ order.finishTime }} + + {{ orderExtra.attach }} + + + {{ orderExtra.clientIp || '空' }} + + + {{ orderExtra.notifyUrl }} + {{ order.errorMsg }} @@ -71,32 +80,23 @@