FIX render HTML

This commit is contained in:
Javier Segarra 2024-04-02 11:58:30 +00:00
parent ed46ad03d2
commit 1b72572440
1 changed files with 1 additions and 1 deletions

View File

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