diff --git a/src/views/payment/order/pay/PayOrderList.vue b/src/views/payment/order/pay/PayOrderList.vue index 6b85cf3d..ef520d1c 100644 --- a/src/views/payment/order/pay/PayOrderList.vue +++ b/src/views/payment/order/pay/PayOrderList.vue @@ -139,7 +139,7 @@ * 初始化数据 */ async function initData() { - cayChannelList = await dictDropDown('AsyncPayChannel') + cayChannelList = await dictDropDown('AsyncChannel') payStatusList = await dictDropDown('PayStatus') } /** diff --git a/src/views/payment/order/refund/RefundChannelOrderInfo.vue b/src/views/payment/order/refund/RefundChannelOrderInfo.vue index 101fb376..8d80ceab 100644 --- a/src/views/payment/order/refund/RefundChannelOrderInfo.vue +++ b/src/views/payment/order/refund/RefundChannelOrderInfo.vue @@ -19,7 +19,7 @@ {{ form.amount }} - {{ form.payChannelId }} + {{ form.PayChannelId }} {{ form.refundableAmount }} diff --git a/src/views/payment/order/refund/RefundChannelOrderList.vue b/src/views/payment/order/refund/RefundChannelOrderList.vue index 3a5f429c..d113c153 100644 --- a/src/views/payment/order/refund/RefundChannelOrderList.vue +++ b/src/views/payment/order/refund/RefundChannelOrderList.vue @@ -16,7 +16,7 @@ {{ dictConvert('PayRefundStatus', row.status) }} - + - + diff --git a/src/views/payment/record/close/PayCloseRecordList.vue b/src/views/payment/record/close/PayCloseRecordList.vue index d1ba6c4b..7176846e 100644 --- a/src/views/payment/record/close/PayCloseRecordList.vue +++ b/src/views/payment/record/close/PayCloseRecordList.vue @@ -85,7 +85,7 @@ { field: 'paymentId', type: STRING, name: '支付单号', placeholder: '请输入支付单号' }, { field: 'businessNo', type: STRING, name: '业务号', placeholder: '请输入业务号' }, { - field: 'payChannel', + field: 'channel', type: LIST, name: '支付通道', placeholder: '请选择支付通道', diff --git a/src/views/payment/system/api/PayApiConfigEdit.vue b/src/views/payment/system/api/PayApiConfigEdit.vue index 66cf5783..819d51b8 100644 --- a/src/views/payment/system/api/PayApiConfigEdit.vue +++ b/src/views/payment/system/api/PayApiConfigEdit.vue @@ -33,7 +33,7 @@ - +