退款订单页增加订单号列宽

This commit is contained in:
xiaoyu 2021-11-17 17:24:01 +08:00
parent c2d9bbab0b
commit 6dfb18e03e
2 changed files with 2 additions and 2 deletions

View File

@ -312,7 +312,7 @@
{ key: 'payAmount', title: '支付金额', fixed: 'left', scopedSlots: { customRender: 'payAmountSlot' } },
{ key: 'refundAmount', title: '退款金额', scopedSlots: { customRender: 'refundAmountSlot' } },
{ key: 'pay', title: '退款订单号', scopedSlots: { customRender: 'refundOrderSlot' }, width: '260px' },
{ key: 'refund', title: '支付订单号', scopedSlots: { customRender: 'payOrderSlot' }, width: '260px' },
{ key: 'refund', title: '支付订单号', scopedSlots: { customRender: 'payOrderSlot' }, width: '280px' },
// { key: 'refundOrderId', title: '退', dataIndex: 'refundOrderId' },
// { key: 'payOrderId', title: '', dataIndex: 'payOrderId' },
// { key: 'mchRefundNo', title: '退', dataIndex: 'mchRefundNo' },

View File

@ -305,7 +305,7 @@
{ key: 'payAmount', title: '支付金额', scopedSlots: { customRender: 'payAmountSlot' } },
{ key: 'refundAmount', title: '退款金额', scopedSlots: { customRender: 'refundAmountSlot' } },
{ key: 'pay', title: '退款订单号', scopedSlots: { customRender: 'refundOrderSlot' }, width: '260px' },
{ key: 'refund', title: '支付订单号', scopedSlots: { customRender: 'payOrderSlot' }, width: '260px' },
{ key: 'refund', title: '支付订单号', scopedSlots: { customRender: 'payOrderSlot' }, width: '280px' },
// { key: 'refundOrderId', title: '退', dataIndex: 'refundOrderId' },
// { key: 'mchRefundNo', title: '退', dataIndex: 'mchRefundNo' },
// { key: 'payOrderId', title: '', dataIndex: 'payOrderId' },