diff --git a/src/views/HosInformation.vue b/src/views/HosInformation.vue index 2aad5ae..e22ca2b 100644 --- a/src/views/HosInformation.vue +++ b/src/views/HosInformation.vue @@ -367,7 +367,7 @@
+ :class="[hosList.length == 1 ? getDateCellClass(data.day) : '', (isConflictDate(data.day) && !is_allow_coincide) ? 'conflict-date' : '', !isCurrentMonth(date) ? 'not-current-month' : '']">
{{ getDayNumber(data.day) }} @@ -624,8 +624,6 @@ 上午班
- -
冲突
{{ morningText }}
@@ -639,7 +637,6 @@
{{ item.name }}{{ item.morning_plan }}
- @@ -657,8 +654,6 @@
冲突
{{ afterText }}
- -
@@ -666,11 +661,9 @@ class="hidden-select" @visible-change="handleAfternoonVisibleChange"> -
{{ item.name }}
- @@ -705,20 +698,24 @@ - + @@ -736,7 +733,9 @@ + :isExistSelfSupplys="isExistSelfSupplys" :doctor_id="doctor_id" :depart_id="depart_id" + :checkAliPay="checkAliPay"> +