Compare commits

...

2 commits

Author SHA1 Message Date
DESKTOP-1R2VSQH\Lenovo ThinkPad E490
2a49e67022 Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 3m4s
2026-04-28 11:02:57 +07:00
DESKTOP-1R2VSQH\Lenovo ThinkPad E490
df5268705c refactor(UI):display checkOutLocationName 2026-04-28 11:02:34 +07:00

View file

@ -358,8 +358,8 @@ watch(
</div>
<div class="col" v-else>
{{
formData.checkInLocationName
? `นอกสถานที่ (${formData.checkInLocationName})`
formData.checkOutLocationName
? `นอกสถานที่ (${formData.checkOutLocationName})`
: ""
}}
</div>