商户订单列表退款金额列表名称修改

This commit is contained in:
xiaoyu 2021-11-18 16:14:23 +08:00
parent 355d700046
commit fb0968d106
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ import moment from 'moment'
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const tableColumns = [ const tableColumns = [
{ key: 'amount', title: '支付金额', scopedSlots: { customRender: 'amountSlot' } }, { key: 'amount', title: '支付金额', scopedSlots: { customRender: 'amountSlot' } },
{ key: 'refundAmount', title: '退款', scopedSlots: { customRender: 'refundAmountSlot' } }, { key: 'refundAmount', title: '退款金额', scopedSlots: { customRender: 'refundAmountSlot' } },
{ key: 'mchFeeAmount', dataIndex: 'mchFeeAmount', title: '手续费', customRender: (text) => '¥' + (text / 100).toFixed(2) }, { key: 'mchFeeAmount', dataIndex: 'mchFeeAmount', title: '手续费', customRender: (text) => '¥' + (text / 100).toFixed(2) },
{ key: 'orderNo', title: '订单号', scopedSlots: { customRender: 'orderSlot' }, width: '260px' }, { key: 'orderNo', title: '订单号', scopedSlots: { customRender: 'orderSlot' }, width: '260px' },
// { key: 'payOrderId', title: '', dataIndex: 'payOrderId' }, // { key: 'payOrderId', title: '', dataIndex: 'payOrderId' },