diff --git a/public/components/property/parkingAreaControlVideo/parkingAreaControlVideo.js b/public/components/property/parkingAreaControlVideo/parkingAreaControlVideo.js index 5740a74a2..50c249c6e 100644 --- a/public/components/property/parkingAreaControlVideo/parkingAreaControlVideo.js +++ b/public/components/property/parkingAreaControlVideo/parkingAreaControlVideo.js @@ -171,13 +171,13 @@ }); wsUrl = wsUrl.replace(':8131', ':9080') let _protocol = window.location.protocol; - if (_protocol.startsWith('https')) { - wsUrl = - "wss://" + wsUrl; - } else { - wsUrl = - "ws://" + wsUrl; - } + // if (_protocol.startsWith('https')) { + // wsUrl = + // "wss://" + wsUrl; + // } else { + wsUrl = + "ws://" + wsUrl; + // } let image = document.getElementById("receiver2"); if (wsUrl.endsWith(".flv")) { diff --git a/public/components/property/todayAttendanceDetail/todayAttendanceDetail.html b/public/components/property/todayAttendanceDetail/todayAttendanceDetail.html index ab10dce8a..59f2d7d5c 100755 --- a/public/components/property/todayAttendanceDetail/todayAttendanceDetail.html +++ b/public/components/property/todayAttendanceDetail/todayAttendanceDetail.html @@ -16,18 +16,23 @@ + + + - - {{detail.specName}} + {{detail.specCd == '1001'?'上班':'下班'}} + {{vc.timeMinFormat(detail.leaveValue)}}~{{vc.timeMinFormat(detail.value)}} + {{vc.timeMinFormat(detail.value)}}~{{vc.timeMinFormat(detail.lateValue)}} + {{vc.timeMinFormat(detail.value)}}~{{vc.timeMinFormat(detail.lateValue)}} + {{vc.timeMinFormat(detail.leaveValue)}}~{{vc.timeMinFormat(detail.value)}} {{detail.stateName}} - {{detail.value}} - {{detail.checkTime}} + {{detail.checkTime || '未打卡' }}