แก้ เลือกวันเลื่อน

This commit is contained in:
setthawutttty 2025-04-04 10:20:11 +07:00
parent 69b17530ec
commit e13dcabddc
2 changed files with 11 additions and 10 deletions

View file

@ -1341,7 +1341,6 @@ onMounted(async () => {
<div class="col-xs-4 row">
<div class="col-12">
<datepicker
menu-class-name="modalfix"
:readonly="!edit"
v-model="date"
:locale="'th'"
@ -1513,6 +1512,10 @@ onMounted(async () => {
</template>
<style lang="scss" scope>
.modalfix {
position: fixed !important;
}
.q-img {
border-radius: 5px;
height: 70px;