jwyu 1 年之前
父节点
当前提交
941567c7f6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>
                 <template slot-scope="scope">
                 <template slot-scope="scope">
                     <span 
                     <span 
-                        v-if="col.ColumnKey==='RefreshFailedNum'" 
+                        v-if="col.ColumnKey==='UpdateFailedNum'" 
                         style="color:#409EFF;cursor: pointer;"
                         style="color:#409EFF;cursor: pointer;"
                         @click="handleShowFail(scope.row)"
                         @click="handleShowFail(scope.row)"
                     >{{scope.row.UpdateFailedNum}}</span>
                     >{{scope.row.UpdateFailedNum}}</span>