From 2bb6022b0038c7781d1877ce86fbe98f890fb96f Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Wed, 25 Oct 2023 10:00:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=A9=BA=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/addInquiryConfigModal.vue | 21 +++++++++++++++------ src/components/addSysconfigModal.vue | 2 +- src/views/inquiry/inquiry-list/index.vue | 8 ++++---- 3 files changed, 20 insertions(+), 11 deletions(-) diff --git a/src/components/addInquiryConfigModal.vue b/src/components/addInquiryConfigModal.vue index 41895ea..85d9628 100644 --- a/src/components/addInquiryConfigModal.vue +++ b/src/components/addInquiryConfigModal.vue @@ -86,7 +86,6 @@ -
+
已选问诊时间
+ 清空 +
{{item}} @@ -150,7 +152,7 @@
-
问诊价格(元)
+
问诊价格(元)
@@ -353,6 +355,10 @@ const addTime=()=>{ slect_all_date.value=[...new Set(temp_date)]; reset(); } +const clearTime=()=>{ + temp_date=[]; + slect_all_date.value=[]; +} watch(slect_all_date,(newVal,oldVal)=>{ if(newVal.length>0){ console.log(newVal.length) @@ -486,6 +492,9 @@ const handleSubmit=()=>{ .arco-form-item-layout-horizontal:nth-child(2) { align-items: center; } +.surebox{ + width:100%; +} .cellbox { margin-top: 35px; } @@ -508,7 +517,7 @@ const handleSubmit=()=>{ } .timebox{ min-height:200px; - width:418px; + width:100%; margin-top: 20px; padding: 20px; border:1px solid var(--color-neutral-3); @@ -516,7 +525,7 @@ const handleSubmit=()=>{ } .timecon{ display: flex; - width: 1000px; + width:100%; justify-content: space-between; align-items: center; } @@ -525,13 +534,13 @@ const handleSubmit=()=>{ } .right{ - width:600px; + flex:1; } .line{ height: 240px; width:2px; - margin:0 30px; + margin:0 100px; background: var(--color-neutral-3); } \ No newline at end of file diff --git a/src/components/addSysconfigModal.vue b/src/components/addSysconfigModal.vue index ed97b72..ee9b372 100644 --- a/src/components/addSysconfigModal.vue +++ b/src/components/addSysconfigModal.vue @@ -80,7 +80,7 @@
-
问诊价格(元)
+
问诊价格(元)
diff --git a/src/views/inquiry/inquiry-list/index.vue b/src/views/inquiry/inquiry-list/index.vue index 28f798e..8e27302 100644 --- a/src/views/inquiry/inquiry-list/index.vue +++ b/src/views/inquiry/inquiry-list/index.vue @@ -20,8 +20,8 @@
- 禁用 - 正常 + 关闭 + 开启 @@ -69,8 +69,8 @@
后台