mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-05 14:38:12 +00:00
chore: order "O" field fix; responsiveness
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
<td colspan="2">kilometra</td>
|
||||
</tr>
|
||||
|
||||
<tr v-for="row in order.orderList" :key="row.name" class="tr-data">
|
||||
<tr v-for="(row, i) in order.orderList" :key="i" class="tr-data">
|
||||
<td>
|
||||
<textarea v-model="row.name"></textarea>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user