heyang 2 anos atrás
pai
commit
18bf8900c7
1 arquivos alterados com 1 adições e 1 exclusões
  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')"/>
         </template>
       </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">
         <template scope="scope">
           <p v-if="scope.row.isAlarm=='0'">否</p>