|
@@ -770,7 +770,13 @@
|
|
|
v-for="(sonItem, sonIndex) in item.documentsProductList"
|
|
|
:key="sonIndex"
|
|
|
>
|
|
|
- <td style="text-align: center">{{ sonIndex + 1 }}</td>
|
|
|
+ <td
|
|
|
+ style="text-align: center"
|
|
|
+ :rowspan="item.documentsProductList.length"
|
|
|
+ v-if="sonIndex === 0"
|
|
|
+ >
|
|
|
+ {{ index + 1 }}
|
|
|
+ </td>
|
|
|
<td>
|
|
|
<div style="text-align: center">
|
|
|
{{ sonItem.describes }}
|