<table class="g-tableList com_pro_list">
<thead>
<tr>
<th v-for="(item,index) in retRockeval" :key="index">
<span>{{item}}</span>
</th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr class="sku_value">
<td v-for="(item,index) in retRockezhi" :key="index">
<span>{{item}}</span>
</td>
<td>
<input name class="g-input" type="text" value>
</td>
<td>
<input name class="g-input" type="text" value>
</td>
<td>
<input name class="g-input" type="text" value>
</td>
<td>
<input name class="g-input" type="text" value>
</td>
<td>
<input name class="g-input" type="text" value>
</td>
</tr>
</tbody>
</table>