fix:label q-input year

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-10-09 17:02:11 +07:00
parent 7ecf76701a
commit f3bd67c93f
12 changed files with 20 additions and 20 deletions

View file

@ -156,7 +156,7 @@ onMounted(async () => {
outlined
hide-bottom-space
:model-value="year === null ? 'ทั้งหมด' : Number(year) + 543"
:label="`${'ปีพ.ศ.'}`"
:label="`${'ปี พ.ศ.'}`"
>
</q-input>
</template>