|
@@ -205,7 +205,8 @@
|
|
|
label="卡类型"
|
|
|
width="80">
|
|
|
<template slot-scope="scope">
|
|
|
- {{ scope.row.cardType=='其他'?'—':scope.row.cardType==''?'—':scope.row.cardType }}
|
|
|
+ {{scope.row.payWay!="刷卡"?'—':scope.row.cardType}}
|
|
|
+ <!-- {{ scope.row.cardType=='其他'?'—':scope.row.cardType==''?'—':scope.row.cardType }} -->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
@@ -694,7 +695,8 @@
|
|
|
label="卡类型"
|
|
|
width="80">
|
|
|
<template slot-scope="scope">
|
|
|
- {{ scope.row.cardType=='其他'?'—':scope.row.cardType==''?'—':scope.row.cardType }}
|
|
|
+ {{scope.row.payWay!="刷卡"?'—':scope.row.cardType}}
|
|
|
+ <!-- {{ scope.row.cardType=='其他'?'—':scope.row.cardType==''?'—':scope.row.cardType }} -->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
@@ -771,7 +773,8 @@
|
|
|
label="卡类型"
|
|
|
width="80">
|
|
|
<template slot-scope="scope">
|
|
|
- {{ scope.row.cardType=='其他'?'—':scope.row.cardType==''?'—':scope.row.cardType }}
|
|
|
+ {{scope.row.payWay!="刷卡"?'—':scope.row.cardType}}
|
|
|
+ <!-- {{ scope.row.cardType=='其他'?'—':scope.row.cardType==''?'—':scope.row.cardType }} -->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|