瀏覽代碼

0427lhj1708

liuhj 1 年之前
父節點
當前提交
fc15d6150d
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      src/components/statistics/Reportstbale.vue

+ 12 - 0
src/components/statistics/Reportstbale.vue

@@ -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="状态"