Selaa lähdekoodia

Merge branch 'fiveadd' of http://120.79.166.78:19005/zhongzheng-edu/saas_entrepot_admin into five-second-add

Tang 3 vuotta sitten
vanhempi
commit
c9ff12cdd8
1 muutettua tiedostoa jossa 3 lisäystä ja 9 poistoa
  1. 3 9
      src/components/tableList.vue

+ 3 - 9
src/components/tableList.vue

@@ -1298,9 +1298,7 @@
           {{
             scope.row.officialStatus === 1
               ? `是(${scope.row.officialStatusNum})`
-              : scope.row.officialStatus === 0
-              ? "否"
-              : ""
+              : "否"
           }}
         </template>
       </el-table-column>
@@ -1314,9 +1312,7 @@
           {{
             scope.row.periodPlush === 1
               ? `是(${scope.row.periodStatusNum})`
-              : scope.row.periodPlush === 0
-              ? "否"
-              : ""
+              : "否"
           }}
         </template>
       </el-table-column>
@@ -1330,9 +1326,7 @@
           {{
             scope.row.learnStatus === 1
               ? "是"
-              : scope.row.learnStatus === 0
-              ? "否"
-              : ""
+              : "否"
           }}
         </template>
       </el-table-column>