转账订单列表显示问题优化
This commit is contained in:
parent
600210db9d
commit
9111ce544e
|
|
@ -109,7 +109,7 @@
|
||||||
{ title: '商户名称', dataIndex: 'mchName' },
|
{ title: '商户名称', dataIndex: 'mchName' },
|
||||||
{ key: 'orderNo', title: '订单号', scopedSlots: { customRender: 'orderSlot' }, width: 210 },
|
{ key: 'orderNo', title: '订单号', scopedSlots: { customRender: 'orderSlot' }, width: 210 },
|
||||||
// { title: '渠道订单号', dataIndex: 'channelOrderNo' },
|
// { title: '渠道订单号', dataIndex: 'channelOrderNo' },
|
||||||
{ title: '收款账号', dataIndex: 'accountNo' },
|
{ title: '收款账号', dataIndex: 'accountNo', width: 200 },
|
||||||
{ title: '收款人姓名', dataIndex: 'accountName' },
|
{ title: '收款人姓名', dataIndex: 'accountName' },
|
||||||
{ title: '转账备注', dataIndex: 'transferDesc' },
|
{ title: '转账备注', dataIndex: 'transferDesc' },
|
||||||
{ title: '状态', scopedSlots: { customRender: 'stateSlot' }, width: 100 },
|
{ title: '状态', scopedSlots: { customRender: 'stateSlot' }, width: 100 },
|
||||||
|
|
|
||||||
|
|
@ -105,11 +105,11 @@
|
||||||
// eslint-disable-next-line no-unused-vars
|
// eslint-disable-next-line no-unused-vars
|
||||||
const tableColumns = [
|
const tableColumns = [
|
||||||
{ title: '转账金额', scopedSlots: { customRender: 'transferAmountSlot' } },
|
{ title: '转账金额', scopedSlots: { customRender: 'transferAmountSlot' } },
|
||||||
{ key: 'orderNo', title: '订单号', scopedSlots: { customRender: 'orderSlot' }, width: '260px' },
|
{ key: 'orderNo', title: '订单号', scopedSlots: { customRender: 'orderSlot' }, width: 210 },
|
||||||
// { title: '转账订单号', dataIndex: 'transferId' },
|
// { title: '转账订单号', dataIndex: 'transferId' },
|
||||||
// { title: '商户转账单号', dataIndex: 'mchOrderNo' },
|
// { title: '商户转账单号', dataIndex: 'mchOrderNo' },
|
||||||
// { title: '渠道订单号', dataIndex: 'channelOrderNo' },
|
// { title: '渠道订单号', dataIndex: 'channelOrderNo' },
|
||||||
{ title: '收款账号', dataIndex: 'accountNo' },
|
{ title: '收款账号', dataIndex: 'accountNo', width: 200 },
|
||||||
{ title: '收款人姓名', dataIndex: 'accountName' },
|
{ title: '收款人姓名', dataIndex: 'accountName' },
|
||||||
{ title: '转账备注', dataIndex: 'transferDesc' },
|
{ title: '转账备注', dataIndex: 'transferDesc' },
|
||||||
{ title: '状态', scopedSlots: { customRender: 'stateSlot' }, width: 100 },
|
{ title: '状态', scopedSlots: { customRender: 'stateSlot' }, width: 100 },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue