cz преди 1 година
родител
ревизия
a419b4c96b
променени са 1 файла, в които са добавени 7 реда и са изтрити 1 реда
  1. 7 1
      src/views/salesMange/shipmentMange/document/index.vue

+ 7 - 1
src/views/salesMange/shipmentMange/document/index.vue

@@ -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 }}