人员出入管理
This commit is contained in:
parent
90656be81f
commit
6f491e14ce
|
|
@ -184,7 +184,7 @@ body {
|
|||
|
||||
.capacityItem img {
|
||||
width: 170px;
|
||||
height: 120px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.abnormalAlarmImg {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue