ปรับขนาด popup

This commit is contained in:
Warunee Tamkoo 2023-11-14 18:01:22 +07:00
parent 85d163fb64
commit d47ea34dd9
3 changed files with 11 additions and 9 deletions

View file

@ -5,7 +5,7 @@ import Popup from '@/components/PopUp.vue'
// import HeaderPopup from "@/components/HeaderPopup.vue";
// import FormTime from "@/components/FormTime.vue";
const filterYear = ref<string>('')
const filterYear = ref<number>(new Date().getFullYear() + 543)
const yearOption = ref<DataOption[]>([{ id: '2566', name: '2566' }])
const titleName = ref<string>('เพิ่มรายการลงเวลากรณีพิเศษ')
@ -24,7 +24,7 @@ function onClickClose() {
dense
outlined
style="width: 180px"
label="ปีประวัติลงเวลา"
label="ปีงบประมาณ"
v-model="filterYear"
:options="yearOption"
option-label="name"