Merge pull request #1532 from Frappet/fix/checkin-report

fix:display_datepicker_dateMonth
This commit is contained in:
Warunee Tamkoo 2026-01-09 11:02:40 +07:00 committed by GitHub
commit eea5c3c84b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -847,7 +847,7 @@ onMounted(() => {
</template>
</datepicker>
</div>
<div class="col-12" v-if="yearType == 'MONTH'">
<div class="col-12" v-if="yearType == 'MONTH' || leaveType == 'MONTH'">
<datepicker
v-model="dateMonth"
:locale="'th'"