jwyu vor 1 Jahr
Ursprung
Commit
941567c7f6
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/dataSource_manage/components/StatisticTable.vue

+ 1 - 1
src/views/dataSource_manage/components/StatisticTable.vue

@@ -30,7 +30,7 @@
                 </template>
                 <template slot-scope="scope">
                     <span 
-                        v-if="col.ColumnKey==='RefreshFailedNum'" 
+                        v-if="col.ColumnKey==='UpdateFailedNum'" 
                         style="color:#409EFF;cursor: pointer;"
                         @click="handleShowFail(scope.row)"
                     >{{scope.row.UpdateFailedNum}}</span>