diff --git a/src/saas/AppCountryAlbum/Attendance.vue b/src/saas/AppCountryAlbum/Attendance.vue index 45ad7ddc..1f657204 100644 --- a/src/saas/AppCountryAlbum/Attendance.vue +++ b/src/saas/AppCountryAlbum/Attendance.vue @@ -141,8 +141,8 @@ this.list = res.data.map(v => { return { ...v, - workInTime: v.workInTime ? this.$dayjs(v.workInTime).format('hh:mm') : '', - workOutTime: v.workOutTime ? this.$dayjs(v.workOutTime).format('hh:mm') : '' + workInTime: v.workInTime ? this.$dayjs(v.workInTime).format('HH:mm') : '', + workOutTime: v.workOutTime ? this.$dayjs(v.workOutTime).format('HH:mm') : '' } }) diff --git a/src/saas/AppCountryAlbum/components/Home.vue b/src/saas/AppCountryAlbum/components/Home.vue index a1b0d736..65596448 100644 --- a/src/saas/AppCountryAlbum/components/Home.vue +++ b/src/saas/AppCountryAlbum/components/Home.vue @@ -47,7 +47,8 @@
未查看 - + +

{{ item.albumName }}

@@ -332,6 +333,11 @@ width: 80px; height: 80px; } + + .item-img { + width: 100%; + height: 100%; + } } } }