人员出入管理

This commit is contained in:
cwchen 2024-06-17 11:02:07 +08:00
parent 90656be81f
commit 6f491e14ce
2 changed files with 4 additions and 1 deletions

View File

@ -184,7 +184,7 @@ body {
.capacityItem img {
width: 170px;
height: 120px;
height: 100px;
}
.abnormalAlarmImg {

View File

@ -400,6 +400,7 @@ function getPerStatisticsPhoto(accessType, timeType) {
cent += '<div class="capacityItem layout">'
+ '<img src="' + list[index * num - i].base64 + '">'
+ '<p>' + list[index * num - i].personName + '</p>'
+ '<p>' + list[index * num - i].accesssTime + '</p>'
+ '</div>';
}
return cent;
@ -410,6 +411,7 @@ function getPerStatisticsPhoto(accessType, timeType) {
cent += '<div class="capacityItem layout">'
+ '<img src="' + list[i].base64 + '">'
+ '<p>' + list[i].personName + '</p>'
+ '<p>' + list[i].accesssTime + '</p>'
+ '</div>';
}
return cent;
@ -420,6 +422,7 @@ function getPerStatisticsPhoto(accessType, timeType) {
cent += '<div class="capacityItem layout">'
+ '<img src="' + list[i].base64 + '">'
+ '<p>' + list[i].personName + '</p>'
+ '<p>' + list[i].accesssTime + '</p>'
+ '</div>';
}
return cent;