|
@@ -196,8 +196,8 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- title: '收款时间',
|
|
|
- dataIndex: 'settleTime',
|
|
|
+ title: '审核时间',
|
|
|
+ dataIndex: 'auditTime',
|
|
|
width: 160,
|
|
|
align: 'center',
|
|
|
customRender: function (text) {
|
|
@@ -205,8 +205,8 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- title: '审核时间',
|
|
|
- dataIndex: 'auditTime',
|
|
|
+ title: '收款时间',
|
|
|
+ dataIndex: 'settleTime',
|
|
|
width: 160,
|
|
|
align: 'center',
|
|
|
customRender: function (text) {
|