|  | @@ -94,13 +94,19 @@
 | 
											
												
													
														|  |                    :show-overflow-tooltip="true"
 |  |                    :show-overflow-tooltip="true"
 | 
											
												
													
														|  |                  >
 |  |                  >
 | 
											
												
													
														|  |                    <template slot-scope="scope">
 |  |                    <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" /> -->
 |  |                        <!-- <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" /> -->
 |  |                        <!-- <i class="circle" style="background-color: #f5222d" /> -->
 | 
											
												
													
														|  |                        <label> 异常</label>
 |  |                        <label> 异常</label>
 | 
											
												
													
														|  |                      </span>
 |  |                      </span>
 | 
											
												
													
														|  | 
 |  | +                    </span>
 | 
											
												
													
														|  |                    </template>
 |  |                    </template>
 | 
											
												
													
														|  |                  </el-table-column>
 |  |                  </el-table-column>
 | 
											
												
													
														|  |                  <!-- <el-table-column
 |  |                  <!-- <el-table-column
 |