|
@@ -226,7 +226,7 @@
|
|
if (list[index]['person'] == undefined) {
|
|
if (list[index]['person'] == undefined) {
|
|
var voindex = this.recordsTotal - vtindex;
|
|
var voindex = this.recordsTotal - vtindex;
|
|
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;
|
|
list[index]['isVistor'] = true;
|
|
} else {
|
|
} else {
|
|
list[index]['personName'] = list[index]['person']['name'];
|
|
list[index]['personName'] = list[index]['person']['name'];
|