diff --git a/pages/visitors/visitors.vue b/pages/visitors/visitors.vue
index 50b7556..7a76d29 100644
--- a/pages/visitors/visitors.vue
+++ b/pages/visitors/visitors.vue
@@ -21,6 +21,8 @@
{{item.sex}}| {{ item.age }}岁
|手机号:{{ item.phone }}
+
+
@@ -38,12 +40,14 @@
+ 请先勾选就诊人,可多选
确认预约(已选{{selectCount}}位)
+ 请先勾选就诊人,可多选
确认以上患者已到(已选{{selectCount}}位)
@@ -501,17 +505,28 @@
}
&.active{
border: 2rpx solid #39D067;
- .status{
- display: block;
+ .status:first-of-type{
+ display: none !important;
+ }
+ .status:nth-of-type(2){
+ display: block !important;
}
}
.status{
- right: 0;
- bottom: 0;
- width: 98rpx;
- height: 98rpx;
+ right: 24rpx;
+ bottom: 37rpx;
+ width: 36rpx;
+ height: 36rpx;
+ z-index: 2;
+ }
+
+ .status:first-of-type{
+ display: block;
+ }
+ .status:nth-of-type(2){
display: none;
}
+
.bg{
bottom: 0;
right: 0;
@@ -589,6 +604,12 @@
color: #B3B4BC;
margin-top: 33rpx;
}
+ .choose-desc{
+ font-size: 28rpx;
+ text-align: center;
+ color: #21B955;
+ margin-bottom: 19rpx;
+ }
}
.list-wrapper2{
.item{