From 0051b94538ac9ab273a9c1e26cd0c8dece64504a Mon Sep 17 00:00:00 2001
From: longchao <1432334894@qq.com>
Date: Tue, 22 Jul 2025 16:50:51 +0800
Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=B0=B1=E8=AF=8A=E4=BA=BA?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2=E9=80=89=E4=B8=AD=E6=A0=B7=E5=BC=8F=E8=B0=83?=
=?UTF-8?q?=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/visitors/visitors.vue | 33 +++++++++++++++++++++++++++------
1 file changed, 27 insertions(+), 6 deletions(-)
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{