heyang 2 年之前
父节点
当前提交
18bf8900c7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/system/algorithm/index.vue

+ 1 - 1
src/views/system/algorithm/index.vue

@@ -63,7 +63,7 @@
           <img :src="scope.row.algorithmResult" width="120" style="cursor:pointer;" height="80" class="img" @click="imgBigBox(scope.row,'result')"/>
           <img :src="scope.row.algorithmResult" width="120" style="cursor:pointer;" height="80" class="img" @click="imgBigBox(scope.row,'result')"/>
         </template>
         </template>
       </el-table-column>
       </el-table-column>
-      <el-table-column label="响应时间" align="center" prop="updateTime" />
+      <el-table-column label="响应时间" align="center" prop="outTime" />
       <el-table-column label="是否报警" align="center" prop="isAlarm">
       <el-table-column label="是否报警" align="center" prop="isAlarm">
         <template scope="scope">
         <template scope="scope">
           <p v-if="scope.row.isAlarm=='0'">否</p>
           <p v-if="scope.row.isAlarm=='0'">否</p>