#5858 FIX render HTML #2237

Merged
jsegarra merged 6 commits from 5858_fix_zone-incldued_HTML into test 2024-04-04 07:50:22 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1f8afc074d - Show all commits

View File

@ -18,7 +18,7 @@
</tr>
</thead>
<tbody>
<tr v-for="zone in JSON.parse(zoneCollisions)" v-bind:key="zone.zoneFk">
<tr v-for="zone in zones" v-bind:key="zone.zoneFk">
<td>{{ zone.zn.name }}</td>
<td>{{ zone.zoneFk }}</td>
<td>{{ zone.z.price }}</td>