فهرست منبع

未识别判断

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'];