Merge pull request #1532 from Frappet/fix/checkin-report
fix:display_datepicker_dateMonth
This commit is contained in:
commit
eea5c3c84b
1 changed files with 1 additions and 1 deletions
|
|
@ -847,7 +847,7 @@ onMounted(() => {
|
||||||
</template>
|
</template>
|
||||||
</datepicker>
|
</datepicker>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12" v-if="yearType == 'MONTH'">
|
<div class="col-12" v-if="yearType == 'MONTH' || leaveType == 'MONTH'">
|
||||||
<datepicker
|
<datepicker
|
||||||
v-model="dateMonth"
|
v-model="dateMonth"
|
||||||
:locale="'th'"
|
:locale="'th'"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue