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