feat(checkin): add option off site

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-05-05 09:24:44 +07:00
parent 6666dcd914
commit e90fbc3f43

View file

@ -192,6 +192,8 @@ const options = ref<OptionReason[]>([
// value: ' ',
// text: ' ',
// },
{ value: 'ปฏิบัติงานในจุดบริการด่วนมหานคร', text: 'ปฏิบัติงานในจุดบริการด่วนมหานคร' },
{ value: 'อื่นๆ', text: 'อื่นๆ' },
])