1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix: wrong field names when join tables

This commit is contained in:
2020-09-11 18:01:07 +02:00
parent 8e71f42a28
commit ad0bad8486
5 changed files with 61 additions and 56 deletions

View File

@ -26,8 +26,8 @@
<div class="thead">
<div class="tr">
<div
v-for="field in fields"
:key="field.name"
v-for="(field, index) in fields"
:key="index"
class="th c-hand"
>
<div ref="columnResize" class="column-resizable">