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 @@
后台