diff --git a/src/views/daxpay/admin/channel/wechat/config/WechatPayConfigEdit.vue b/src/views/daxpay/admin/channel/wechat/config/WechatPayConfigEdit.vue
index 938f67177..b4185fae3 100644
--- a/src/views/daxpay/admin/channel/wechat/config/WechatPayConfigEdit.vue
+++ b/src/views/daxpay/admin/channel/wechat/config/WechatPayConfigEdit.vue
@@ -65,18 +65,11 @@
- Api_V2
- Api_V3
+ API_V2
+ API_V3
-
-
-
- APIv2密钥
-
-
+
-
+
p12证书
diff --git a/src/views/daxpay/admin/merchant/channel/ChannelConfigList.vue b/src/views/daxpay/admin/merchant/channel/ChannelConfigList.vue
index 2ffb28cb3..b8e5b6911 100644
--- a/src/views/daxpay/admin/merchant/channel/ChannelConfigList.vue
+++ b/src/views/daxpay/admin/merchant/channel/ChannelConfigList.vue
@@ -136,4 +136,9 @@
justify-content: center;
align-items: center;
}
+ :deep(.ant-card-meta-description) {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ }
diff --git a/src/views/daxpay/admin/order/refund/RefundOrderList.vue b/src/views/daxpay/admin/order/refund/RefundOrderList.vue
index 1f49d6cf8..1a34b9432 100644
--- a/src/views/daxpay/admin/order/refund/RefundOrderList.vue
+++ b/src/views/daxpay/admin/order/refund/RefundOrderList.vue
@@ -19,59 +19,61 @@
>
-
-
-
-
-
- {{ row.refundNo }}
-
-
-
-
-
-
-
- {{ row.orderNo }}
-
-
-
-
-
- {{ dictConvert('PayChannel', row.channel) }}
-
-
-
-
- {{ row.amount ? (row.amount / 100).toFixed(2) : 0 }}
-
-
-
-
- {{ dictConvert('RefundStatus', row.status) }}
-
-
-
-
-
- 查看
-
-
- 同步
-
- 重试
-
-
-
+
+
+
+
+
+
+ {{ row.refundNo }}
+
+
+
+
+
+
+
+ {{ row.orderNo }}
+
+
+
+
+
+ {{ dictConvert('PayChannel', row.channel) }}
+
+
+
+
+ {{ row.amount ? (row.amount / 100).toFixed(2) : 0 }}
+
+
+
+
+ {{ dictConvert('RefundStatus', row.status) }}
+
+
+
+
+
+ 查看
+
+
+ 同步
+
+ 重试
+
+
+
+
转账金额: {{ totalAmount }}元
-
-
-
-
-
- {{ row.transferNo }}
-
-
-
-
-
-
-
- {{ dictConvert('PayChannel', row.channel) }}
-
-
-
-
- {{ row.amount }}
-
-
-
-
- {{ dictConvert('TransferStatus', row.status) }}
-
-
-
-
-
-
- 查看
-
- 同步
-
- 重试
-
-
-
+
+
+
+
+
+
+ {{ row.transferNo }}
+
+
+
+
+
+
+
+ {{ dictConvert('PayChannel', row.channel) }}
+
+
+
+
+ {{ row.amount }}
+
+
+
+
+ {{ dictConvert('TransferStatus', row.status) }}
+
+
+
+
+
+
+ 查看
+
+ 同步
+
+ 重试
+
+
+
+