@@ -109,7 +109,7 @@
<el-table-column align='center'
label="收款账户">
<template slot-scope="scope">
- {{ scope.row.paymentChannelType | paymentChannelType }}
+ {{ scope.row.merNos }}
</template>
</el-table-column>
@@ -61,7 +61,7 @@
<el-table-column align='center' label="收款账户">
<el-table-column align='center' label="交易状态">
@@ -107,7 +107,7 @@
searchForm: {
orderStartDate: null,
orderEndDate: null,
- paymentStatus: null,
+ paymentStatus: 'SUCCESS',
paymentType: null,
organId: null
},
@@ -110,7 +110,7 @@