FIX render HTML
This commit is contained in:
parent
ed46ad03d2
commit
1b72572440
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue