xiao547607 5 年之前
父节点
当前提交
9eb9c14571
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/base/personDeviceLog-list.vue

+ 3 - 0
src/views/base/personDeviceLog-list.vue

@@ -143,6 +143,9 @@
           
           </template>
       </el-table-column>
+      <el-table-column prop="personFlag" label="人员状态" width="120">
+        <template slot-scope="{row}">{{!row.personFlag ?"正常" : "已删除"}}</template>
+      </el-table-column>
       <el-table-column prop="temperature" label="测温度数" width="120"></el-table-column>
       <!-- <el-table-column prop="matchStatus" label="匹配状态" width="180"></el-table-column> -->
       <el-table-column prop="matchMsg" label="匹配状态" width="250"></el-table-column>