fix
This commit is contained in:
parent
8513725dff
commit
cde2df5d0e
1 changed files with 5 additions and 3 deletions
|
|
@ -361,6 +361,7 @@ onMounted(async () => {
|
||||||
"
|
"
|
||||||
:enableTimePicker="false"
|
:enableTimePicker="false"
|
||||||
week-start="0"
|
week-start="0"
|
||||||
|
:max-date="date_finish"
|
||||||
>
|
>
|
||||||
<template #year="{ year }">
|
<template #year="{ year }">
|
||||||
{{ year + 543 }}
|
{{ year + 543 }}
|
||||||
|
|
@ -400,17 +401,18 @@ onMounted(async () => {
|
||||||
<div class="col-xs-12 col-sm-6">
|
<div class="col-xs-12 col-sm-6">
|
||||||
<datepicker
|
<datepicker
|
||||||
menu-class-name="modalfix"
|
menu-class-name="modalfix"
|
||||||
v-model="date_finish"
|
|
||||||
:locale="'th'"
|
|
||||||
autoApply
|
|
||||||
:readonly="
|
:readonly="
|
||||||
!status ||
|
!status ||
|
||||||
checkRoutePermisson ||
|
checkRoutePermisson ||
|
||||||
probationStore.dataPermissions?.tab6.isEdit == false
|
probationStore.dataPermissions?.tab6.isEdit == false
|
||||||
"
|
"
|
||||||
|
v-model="date_finish"
|
||||||
|
:locale="'th'"
|
||||||
|
autoApply
|
||||||
borderless
|
borderless
|
||||||
:enableTimePicker="false"
|
:enableTimePicker="false"
|
||||||
week-start="0"
|
week-start="0"
|
||||||
|
:min-date="date_start"
|
||||||
>
|
>
|
||||||
<template #year="{ year }">
|
<template #year="{ year }">
|
||||||
{{ year + 543 }}
|
{{ year + 543 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue