From 5656e371beb7e2278da356b63825cc1b904f697c Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Wed, 18 Jun 2025 18:40:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=A1=B9=E7=9B=AE=E5=BC=B9?= =?UTF-8?q?=E6=A1=86=E3=80=81=E6=96=B0=E5=A2=9E=E5=A5=97=E9=A4=90=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/info_filled.svg | 1 + src/components/BatchProject.vue | 145 +++++++++++++ src/components/GuipInput.vue | 182 ++++++++-------- src/components/GuipRadio.vue | 6 +- src/components/GuipSelect.vue | 3 +- src/router/index.js | 4 +- src/style/theme/common.scss | 9 +- src/views/AddNewTreatment.vue | 450 +++++++++++++++++++++++++++++++--------- src/views/DoctorInformation.vue | 89 +++++--- src/views/HomeView.vue | 52 ++++- src/views/HosInformation.vue | 191 +++++++++++++++-- src/views/elementGroups.vue | 22 +- 12 files changed, 868 insertions(+), 286 deletions(-) create mode 100644 src/assets/info_filled.svg create mode 100644 src/components/BatchProject.vue diff --git a/src/assets/info_filled.svg b/src/assets/info_filled.svg new file mode 100644 index 0000000..00b7a39 --- /dev/null +++ b/src/assets/info_filled.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/BatchProject.vue b/src/components/BatchProject.vue new file mode 100644 index 0000000..d0414f4 --- /dev/null +++ b/src/components/BatchProject.vue @@ -0,0 +1,145 @@ + + + \ No newline at end of file diff --git a/src/components/GuipInput.vue b/src/components/GuipInput.vue index 20e912b..cd770e1 100644 --- a/src/components/GuipInput.vue +++ b/src/components/GuipInput.vue @@ -1,24 +1,12 @@