From d00442ca362c5eb5e0abe569580be71e2cd5208a Mon Sep 17 00:00:00 2001
From: zq <136432190602163.com>
Date: Fri, 13 Jun 2025 16:55:04 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=80=A7=E5=88=AB=E3=80=81?=
=?UTF-8?q?=E5=87=BA=E7=94=9F=E5=B9=B4=E4=BB=BD=E9=80=89=E6=8B=A9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/FormItem.vue | 119 ++++
components/SelectYear.vue | 167 +++++
components/SexPop.vue | 264 +++++++
components/inputBox.vue | 9 +
pages/index/index.vue | 1143 ++++++++++++++++++-------------
pages/modify_visitor/modify_visitor.vue | 381 ++++++-----
pages/usercenter/usercenter.vue | 4 +-
pages/visitors/visitors.vue | 13 +-
8 files changed, 1474 insertions(+), 626 deletions(-)
create mode 100644 components/FormItem.vue
create mode 100644 components/SelectYear.vue
create mode 100644 components/SexPop.vue
diff --git a/components/FormItem.vue b/components/FormItem.vue
new file mode 100644
index 0000000..a0f35a1
--- /dev/null
+++ b/components/FormItem.vue
@@ -0,0 +1,119 @@
+
+
+
+
+
+ {{ label }}
+
+
+
+
+
+
+
+
+
+ {{ displayValue || placeholder }}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/SelectYear.vue b/components/SelectYear.vue
new file mode 100644
index 0000000..9508378
--- /dev/null
+++ b/components/SelectYear.vue
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/SexPop.vue b/components/SexPop.vue
new file mode 100644
index 0000000..d519601
--- /dev/null
+++ b/components/SexPop.vue
@@ -0,0 +1,264 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/inputBox.vue b/components/inputBox.vue
index 6bb1b49..14e0b10 100644
--- a/components/inputBox.vue
+++ b/components/inputBox.vue
@@ -5,6 +5,7 @@
{{label}}
+
@@ -157,6 +158,7 @@ export default {
}
.left{
display: flex;
+ align-items: center;
min-width: 158rpx;
max-width: 238rpx;
text{
@@ -209,6 +211,13 @@ export default {
}
}
}
+ .required {
+ margin-left: 8rpx;
+ color: #f56c6c;
+ font-size: 12px;
+ width: 16rpx;
+ height: 16rpx;
+ }
.errmsg{
margin: 0 auto;
width: 100%;
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 2ff528f..f343a9e 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -3,16 +3,17 @@
@@ -24,7 +25,7 @@
-->
- {{doctorInfo.doctor_info.doctor_detail}}
+ {{ doctorInfo.doctor_info.doctor_detail }}
@@ -36,21 +37,21 @@
-->
-
+
- {{item.hospital_name}}
+ {{ item.hospital_name }}
医保定点
- {{item.address}}
+ {{ item.address }}
-
+
导航
@@ -64,13 +65,13 @@
-
+
-
+
开始预约
@@ -82,532 +83,754 @@
最近预约
-
+
- 查看全部
+ 查看全部
-
+
+
+
+
+
+
+
+
diff --git a/pages/modify_visitor/modify_visitor.vue b/pages/modify_visitor/modify_visitor.vue
index af9a779..4d76245 100644
--- a/pages/modify_visitor/modify_visitor.vue
+++ b/pages/modify_visitor/modify_visitor.vue
@@ -1,16 +1,26 @@
-
-
-
+
+
+
+
+
+
+
-
+
确认新增
-
+
确认修改
@@ -20,185 +30,234 @@
确认
+
+
+
+
diff --git a/pages/usercenter/usercenter.vue b/pages/usercenter/usercenter.vue
index f5a4f7c..b0f5810 100644
--- a/pages/usercenter/usercenter.vue
+++ b/pages/usercenter/usercenter.vue
@@ -9,12 +9,12 @@
diff --git a/pages/visitors/visitors.vue b/pages/visitors/visitors.vue
index 0229499..b398368 100644
--- a/pages/visitors/visitors.vue
+++ b/pages/visitors/visitors.vue
@@ -14,8 +14,11 @@
{{item.name}}
已预约今日 {{ item.visit_time.split('-')[0] }} 预约
-
- 身份证号:{{item.idcard_txt}}
+
+
+ {{item.sex}}| {{ item.age }}
+ |手机号:{{ item.phone }}
@@ -427,7 +430,11 @@
.bot{
margin-top: 32rpx;
font-size: 30rpx;
- color: #949699;
+ color: #333333;
+ }
+ .gap{
+ margin: 0 23rpx;
+ color: #DBDBDB;
}
img{
position: absolute;