瀏覽代碼

未识别判断

zhengkaixin 4 年之前
父節點
當前提交
5a675d001c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/projects/business/views/HouseKeeper/Control/Health/Wall.vue

+ 1 - 1
src/projects/business/views/HouseKeeper/Control/Health/Wall.vue

@@ -226,7 +226,7 @@
 					if (list[index]['person'] == undefined) {
 						var voindex = this.recordsTotal - vtindex;
 						vtindex++;
-						list[index]['personName'] = list[index]['personName'] != '未识别' ? list[index]['personName'] : '访客' + voindex;
+						list[index]['personName'] = list[index]['matchStatus'] != '2' ? list[index]['personName'] : '访客' + voindex;
 						list[index]['isVistor'] = true;
 					} else {
 						list[index]['personName'] = list[index]['person']['name'];