浏览代码

Merge remote-tracking branch 'origin/V1.0.11' into V1.0.11

jingyuanchao 10 月之前
父节点
当前提交
fe658c1d8e
共有 1 个文件被更改,包括 9 次插入3 次删除
  1. 9 3
      src/views/resumption/taskManager/dialog.detail.vue

+ 9 - 3
src/views/resumption/taskManager/dialog.detail.vue

@@ -94,13 +94,19 @@
                   :show-overflow-tooltip="true"
                 >
                   <template slot-scope="scope">
-                    <span v-if="scope.row.executeResult === '0'">
+                    <span v-if="scope.row.dataStatus === 1">
                       <!-- <i class="circle" style="background-color: #1890ff" /> -->
-                      <label> 正常</label> </span
-                    ><span v-else>
+                      <label></label>
+                    </span>
+                    <span v-if="scope.row.dataStatus === 2">
+                      <span v-if="scope.row.executeResult === '0'">
+                      <!-- <i class="circle" style="background-color: #1890ff" /> -->
+                      <label> 正常</label> </span>
+                      <span v-else>
                       <!-- <i class="circle" style="background-color: #f5222d" /> -->
                       <label> 异常</label>
                     </span>
+                    </span>
                   </template>
                 </el-table-column>
                 <!-- <el-table-column