|
@@ -194,6 +194,9 @@
|
|
prop="cardType"
|
|
prop="cardType"
|
|
label="卡类型"
|
|
label="卡类型"
|
|
width="80">
|
|
width="80">
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ {{ scope.row.cardType=='其他'?'—':scope.row.cardType==''?'—':scope.row.cardType }}
|
|
|
|
+ </template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
label="状态"
|
|
label="状态"
|
|
@@ -435,6 +438,9 @@
|
|
prop="cardType"
|
|
prop="cardType"
|
|
label="卡类型"
|
|
label="卡类型"
|
|
width="50">
|
|
width="50">
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ {{ scope.row.cardType=='其他'?'—':scope.row.cardType==''?'—':scope.row.cardType }}
|
|
|
|
+ </template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
label="状态"
|
|
label="状态"
|
|
@@ -624,6 +630,9 @@
|
|
prop="cardType"
|
|
prop="cardType"
|
|
label="卡类型"
|
|
label="卡类型"
|
|
width="80">
|
|
width="80">
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ {{ scope.row.cardType=='其他'?'—':scope.row.cardType==''?'—':scope.row.cardType }}
|
|
|
|
+ </template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
label="状态"
|
|
label="状态"
|
|
@@ -698,6 +707,9 @@
|
|
prop="cardType"
|
|
prop="cardType"
|
|
label="卡类型"
|
|
label="卡类型"
|
|
width="80">
|
|
width="80">
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ {{ scope.row.cardType=='其他'?'—':scope.row.cardType==''?'—':scope.row.cardType }}
|
|
|
|
+ </template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
label="状态"
|
|
label="状态"
|