|
@@ -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>
|