This commit is contained in:
parent
5f2085cfc1
commit
5227f4d1fe
@ -449,7 +449,7 @@
|
||||
<textarea-autosize
|
||||
class="col-8 col-sm-8 text-small"
|
||||
placeholder="No Restaurants"
|
||||
:value="item.places.restaurants.map(v=>v.sname).join(', ')"
|
||||
:value="item.places.restaurants.map(v=>`${v.sname}(${v.notes||''})`).join(', ')"
|
||||
:min-height="30"
|
||||
:max-height="350"
|
||||
disabled
|
||||
@ -460,7 +460,7 @@
|
||||
<textarea-autosize
|
||||
class="col-8 col-sm-8 text-small"
|
||||
placeholder="No Activities"
|
||||
:value="item.places.activities.map(v=>v.sname).join(', ')"
|
||||
:value="item.places.activities.map(v=>`${v.sname}(${v.notes||''})`).join(', ')"
|
||||
:min-height="30"
|
||||
:max-height="350"
|
||||
disabled
|
||||
|
Loading…
x
Reference in New Issue
Block a user