diff --git a/src/saas/AppCountryAlbum/AddReport.vue b/src/saas/AppCountryAlbum/AddReport.vue
index 40fd15f2..ce398ce9 100644
--- a/src/saas/AppCountryAlbum/AddReport.vue
+++ b/src/saas/AppCountryAlbum/AddReport.vue
@@ -2,12 +2,15 @@
-
+ @click="changeComponent(item, index)">
+
+
+
完成
@@ -150,7 +153,7 @@
.report-list {
position: fixed;
display: flex;
- justify-content: center;
+ justify-content: space-between;
align-items: center;
left: 0;
bottom: 0;
@@ -159,18 +162,30 @@
padding: 0 24px;
background: #FFFFFF;
- image {
- width: 156px;
+ .report-item {
+ position: relative;
+ width: 176px;
height: 208px;
- margin-right: 16px;
border: 4px solid transparent;
- &:last-child {
- margin-right: 0;
+ .img {
+ width: 100%;
+ height: 208px;
+ }
+
+ .checked {
+ position: absolute;
+ top: 0;
+ right: 0;
+ z-index: 1;
+ width: 64px;
+ height: 64px;
}
&.active {
- border: 4px solid #408EF6;
+ .img {
+ border: 4px solid #408EF6;
+ }
}
}
}
diff --git a/src/saas/AppCountryAlbum/Attendance.vue b/src/saas/AppCountryAlbum/Attendance.vue
index c57465dc..b4704caf 100644
--- a/src/saas/AppCountryAlbum/Attendance.vue
+++ b/src/saas/AppCountryAlbum/Attendance.vue
@@ -22,7 +22,7 @@
已出勤 {{ attendanceCount.hasIn || 0 }}
未出勤 {{ attendanceCount.hasOut || 0 }}
- 考勤设置
+ 考勤设置