Update src/template/module/view/short_leg.pug
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-04 17:24:23 +01:00
parent ed08b077a1
commit 9d7ff97f29

View File

@@ -11,7 +11,7 @@
) )
.col-1.col-sm-2 .col-1.col-sm-2
.input.col-5.col-sm-3.text-dark .input.col-5.col-sm-3.text-dark
.text(disabled="" placeholder="No Hotel" :value="item.hotel?item.hotel.sname:''") {{item.hotel?item.hotel.sname:'No Hotel'}} .text(disabled="" placeholder="No Hotel" :value="item.hotel?item.hotel.sname:''") {{(item.hotel?item.hotel.sname:'') || 'No Hotel'}}
//- .row.text-center //- .row.text-center
.input.col-sm-3(v-if="item.travel") .input.col-sm-3(v-if="item.travel")
div(v-for="(item, idx) in item.travel") div(v-for="(item, idx) in item.travel")