From e92242ef407be470353a4fe13a7ccdfd79b4a0ca Mon Sep 17 00:00:00 2001
From: kuaileWu <1432334894@qq.com>
Date: Fri, 8 Mar 2024 16:33:53 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=B0=B1=E8=AF=8A=E4=BA=BA?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
App.vue | 7 ++
pages.json | 10 +-
pages/add_visitor/add_visitor.vue | 142 +++++++++++++++++++++++
static/images/frontend/add.svg | 1 +
static/images/frontend/unuse/编组 31.svg | 1 -
static/images/frontend/visitor_list__bg.svg | 1 +
static/images/frontend/visitor_select_active.svg | 1 +
7 files changed, 161 insertions(+), 2 deletions(-)
create mode 100644 pages/add_visitor/add_visitor.vue
create mode 100644 static/images/frontend/add.svg
delete mode 100644 static/images/frontend/unuse/编组 31.svg
create mode 100644 static/images/frontend/visitor_list__bg.svg
create mode 100644 static/images/frontend/visitor_select_active.svg
diff --git a/App.vue b/App.vue
index aa0be63..389d020 100644
--- a/App.vue
+++ b/App.vue
@@ -191,4 +191,11 @@
.flex{
display: flex;
}
+ .line36{
+ line-height: 36rpx !important;
+ height: 36rpx !important;
+ }
+ .line40{
+ line-height: 40rpx !important;
+ }
diff --git a/pages.json b/pages.json
index a8b565a..5514cb5 100644
--- a/pages.json
+++ b/pages.json
@@ -1,5 +1,13 @@
{
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
+ "pages": [
+ {
+ "path" : "pages/add_visitor/add_visitor",
+ "style" :
+ {
+ "navigationBarTitleText": "请选择就诊人",
+ "enablePullDownRefresh": false
+ }
+ },
{
"path": "pages/index/index",
"style": {
diff --git a/pages/add_visitor/add_visitor.vue b/pages/add_visitor/add_visitor.vue
new file mode 100644
index 0000000..53202e0
--- /dev/null
+++ b/pages/add_visitor/add_visitor.vue
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+ 张杨明
+ 剩余3次
+
+
+ 身份证尾号:0909备份
+
+
+
+
+
+
+ 张杨明
+ 剩余3次
+
+
+ 身份证尾号:0909备份
+
+
+
+
+
+
+
+ 确认预约(已选1位)
+
+ 请确保预约就诊前在门诊先挂号
+
+
+
+
+
+
+
diff --git a/static/images/frontend/add.svg b/static/images/frontend/add.svg
new file mode 100644
index 0000000..196e4f1
--- /dev/null
+++ b/static/images/frontend/add.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/images/frontend/unuse/编组 31.svg b/static/images/frontend/unuse/编组 31.svg
deleted file mode 100644
index 196e4f1..0000000
--- a/static/images/frontend/unuse/编组 31.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/static/images/frontend/visitor_list__bg.svg b/static/images/frontend/visitor_list__bg.svg
new file mode 100644
index 0000000..a8cec48
--- /dev/null
+++ b/static/images/frontend/visitor_list__bg.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/images/frontend/visitor_select_active.svg b/static/images/frontend/visitor_select_active.svg
new file mode 100644
index 0000000..44fae09
--- /dev/null
+++ b/static/images/frontend/visitor_select_active.svg
@@ -0,0 +1 @@
+
\ No newline at end of file