|
|
@@ -38,7 +38,6 @@
|
|
|
:dataSource="dataSource"
|
|
|
:pagination="ipagination"
|
|
|
:loading="loading"
|
|
|
- :scroll="{ x: 1750 }"
|
|
|
class="j-table-force-nowrap"
|
|
|
@change="handleTableChange">
|
|
|
|
|
|
@@ -75,31 +74,26 @@
|
|
|
{
|
|
|
title:'姓名',
|
|
|
align:"left",
|
|
|
- width: 100,
|
|
|
dataIndex: 'userName'
|
|
|
},
|
|
|
{
|
|
|
title:'手机号',
|
|
|
align:"left",
|
|
|
- width: 150,
|
|
|
dataIndex: 'phone'
|
|
|
},
|
|
|
{
|
|
|
title:'身份证号',
|
|
|
align:"left",
|
|
|
- width: 200,
|
|
|
dataIndex: 'idcardNumber'
|
|
|
},
|
|
|
{
|
|
|
title:'银行卡号',
|
|
|
align:"left",
|
|
|
- width: 200,
|
|
|
dataIndex: 'cardNumber'
|
|
|
},
|
|
|
{
|
|
|
title:'银行名称',
|
|
|
align:"left",
|
|
|
- width: 300,
|
|
|
dataIndex: 'eacbnk',
|
|
|
customRender: function(text, record) {
|
|
|
return record.bnkflg === 'Y' ? '招商银行' : text
|
|
|
@@ -108,7 +102,6 @@
|
|
|
{
|
|
|
title:'开户地',
|
|
|
align:"left",
|
|
|
- width: 200,
|
|
|
dataIndex: 'rcveaa',
|
|
|
customRender: function(text, record) {
|
|
|
return text ? text : '--'
|
|
|
@@ -117,26 +110,22 @@
|
|
|
{
|
|
|
title:'支付状态',
|
|
|
align:"left",
|
|
|
- width: 200,
|
|
|
dataIndex: 'status_dictText',
|
|
|
scopedSlots: { customRender: 'status' }
|
|
|
},
|
|
|
{
|
|
|
title:'付款金额',
|
|
|
align:"left",
|
|
|
- width: 150,
|
|
|
dataIndex: 'payment'
|
|
|
},
|
|
|
{
|
|
|
title:'到账金额',
|
|
|
align:"left",
|
|
|
- width: 150,
|
|
|
dataIndex: 'netPayment'
|
|
|
},
|
|
|
{
|
|
|
title:'返回结果时间',
|
|
|
align:"left",
|
|
|
- width: 200,
|
|
|
dataIndex: 'paymentResultTime',
|
|
|
customRender: function(text, record) {
|
|
|
return text ? text : '--'
|