From eae809460ff986a5ad369e1b0e4043aeeea74cc4 Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Wed, 12 Nov 2025 09:32:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=A4=9A=E5=8C=BB=E9=99=A2?= =?UTF-8?q?=E5=BC=B9=E5=87=BA=E6=A1=86=E5=8F=8A=E8=B0=83=E6=95=B4=E4=BA=A4?= =?UTF-8?q?=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/HosInformation.vue | 822 ++++++++++++++++++++++++++++++------------- 1 file changed, 574 insertions(+), 248 deletions(-) diff --git a/src/views/HosInformation.vue b/src/views/HosInformation.vue index 7d8a3fa..e9c2bba 100644 --- a/src/views/HosInformation.vue +++ b/src/views/HosInformation.vue @@ -94,14 +94,6 @@
- {{ formatMonth(currentDay) }} (本月) - 本月有 {{ conflictCount }} 天出诊医院重合,请检查—— + 本月有 {{ conflictCount }} + 天出诊医院重合,请检查——
@@ -372,8 +365,7 @@ -
@@ -395,7 +387,9 @@
- {{ shiftType }} + {{ + shiftType }}
-

+ :show-cancel-button="true" @confirm="singleTempConfirm" @cancel="singleTempCancel" ref="singleHosRef"> +

{{ currentEditingDate }}{{ isToday(currentEditingDate) ? '(今日)' : '' }}

-
+
上午出诊 下午出诊 全天出诊 不出诊
+ -
- - -
+ +

+ {{ currentEditingDate }}{{ isToday(currentEditingDate) ? '(今日)' : '' }} +

+ +
+ 上午班 +
+
+ {{ getAfternoonSelectedNames('morningSelectedHospitals') }} + +
+ + +
+ {{ item.name }} +
+ +
+
+ +
+
+
+
+ +
+ 下午班 +
+
+ {{ getAfternoonSelectedNames('afternoonSelectedHospitals') }} + +
+ + +
+ {{ item.name }} +
+ +
+
+ +
+
+
+ +
+
@@ -666,6 +712,7 @@