refactor(UI):display checkOutLocationName
This commit is contained in:
parent
69859517fb
commit
df5268705c
1 changed files with 2 additions and 2 deletions
|
|
@ -358,8 +358,8 @@ watch(
|
|||
</div>
|
||||
<div class="col" v-else>
|
||||
{{
|
||||
formData.checkInLocationName
|
||||
? `นอกสถานที่ (${formData.checkInLocationName})`
|
||||
formData.checkOutLocationName
|
||||
? `นอกสถานที่ (${formData.checkOutLocationName})`
|
||||
: ""
|
||||
}}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue