jwyu hace 1 año
padre
commit
941567c7f6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>