From 7f98729065c0ed2b33e8ab5c2977e5aef203f4d2 Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Wed, 18 Jun 2025 09:20:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BB=E7=94=9F=E4=BF=A1=E6=81=AF=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/form_qua_ic.svg | 1 + src/assets/input_search_ic.svg | 1 + src/components/GuipInput.vue | 1 - src/components/GuipSelect.vue | 96 +++-- src/components/GuipTextarea.vue | 95 +++-- src/components/SliderMenu.vue | 2 +- src/router/index.js | 41 ++- src/style/theme/common.scss | 21 +- src/style/theme/index.css | 2 +- src/views/AddNewTreatment.vue | 268 ++++++++++++++ src/views/DoctorInformation.vue | 290 +++++++++++++++ src/views/HosInformation.vue | 768 ++++++++++++++++++++++++++++++++++++++++ src/views/elementGroups.vue | 749 +++++++++++++++++++-------------------- 13 files changed, 1884 insertions(+), 451 deletions(-) create mode 100644 src/assets/form_qua_ic.svg create mode 100644 src/assets/input_search_ic.svg create mode 100644 src/views/AddNewTreatment.vue create mode 100644 src/views/DoctorInformation.vue create mode 100644 src/views/HosInformation.vue diff --git a/src/assets/form_qua_ic.svg b/src/assets/form_qua_ic.svg new file mode 100644 index 0000000..5831ba3 --- /dev/null +++ b/src/assets/form_qua_ic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/input_search_ic.svg b/src/assets/input_search_ic.svg new file mode 100644 index 0000000..c23cd4d --- /dev/null +++ b/src/assets/input_search_ic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/GuipInput.vue b/src/components/GuipInput.vue index a6465fb..20e912b 100644 --- a/src/components/GuipInput.vue +++ b/src/components/GuipInput.vue @@ -6,7 +6,6 @@

{{ desc }}

- + :class="[{ 'column': column }, { 'w510': addClass == 'w510' }, { 'w388': addClass == 'w388' }, 'form-item']" + :label="label" :prop="prop" :rules="rules">

{{ desc }}

- - + +
@@ -14,9 +14,36 @@ \ No newline at end of file diff --git a/src/components/GuipTextarea.vue b/src/components/GuipTextarea.vue index 313d472..b021da5 100644 --- a/src/components/GuipTextarea.vue +++ b/src/components/GuipTextarea.vue @@ -1,26 +1,77 @@ - - \ No newline at end of file +} + \ No newline at end of file diff --git a/src/components/SliderMenu.vue b/src/components/SliderMenu.vue index ef4ddba..be0b583 100644 --- a/src/components/SliderMenu.vue +++ b/src/components/SliderMenu.vue @@ -44,7 +44,7 @@ + \ No newline at end of file diff --git a/src/views/DoctorInformation.vue b/src/views/DoctorInformation.vue new file mode 100644 index 0000000..5c270b3 --- /dev/null +++ b/src/views/DoctorInformation.vue @@ -0,0 +1,290 @@ + + + \ No newline at end of file diff --git a/src/views/HosInformation.vue b/src/views/HosInformation.vue new file mode 100644 index 0000000..cbe0aca --- /dev/null +++ b/src/views/HosInformation.vue @@ -0,0 +1,768 @@ + + + \ No newline at end of file diff --git a/src/views/elementGroups.vue b/src/views/elementGroups.vue index 7e010f6..f3fc5b7 100644 --- a/src/views/elementGroups.vue +++ b/src/views/elementGroups.vue @@ -1,38 +1,28 @@