|
@@ -193,10 +193,10 @@
|
|
|
label="交易方式">
|
|
|
<template slot-scope="scope">{{ scope.row.paymentChannel | paymentChannelStatus }}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="center"
|
|
|
+ <!-- <el-table-column align="center"
|
|
|
label="收款账户">
|
|
|
<template slot-scope="scope">{{ scope.row.merNos }}</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
<el-table-column align="center"
|
|
|
label="交易状态">
|
|
|
<template slot-scope="scope">{{ scope.row.status | dealStatus }}</template>
|