This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-01-31 13:24:14 +07:00
parent 8513725dff
commit cde2df5d0e

View file

@ -361,6 +361,7 @@ onMounted(async () => {
"
:enableTimePicker="false"
week-start="0"
:max-date="date_finish"
>
<template #year="{ year }">
{{ year + 543 }}
@ -400,17 +401,18 @@ onMounted(async () => {
<div class="col-xs-12 col-sm-6">
<datepicker
menu-class-name="modalfix"
v-model="date_finish"
:locale="'th'"
autoApply
:readonly="
!status ||
checkRoutePermisson ||
probationStore.dataPermissions?.tab6.isEdit == false
"
v-model="date_finish"
:locale="'th'"
autoApply
borderless
:enableTimePicker="false"
week-start="0"
:min-date="date_start"
>
<template #year="{ year }">
{{ year + 543 }}