695593266@qq.com пре 8 месеци
родитељ
комит
ae2b159b42

+ 6 - 5
src/views/produce/components/jobBooking/components/detailPackagingGrouping.vue

@@ -129,7 +129,11 @@
                 class="time-form"
                 max-height="400"
                 row-key="index"
-              ></ele-pro-table>
+              >
+                <template v-slot:feedQuantity="{ row, $index }">
+                  <span>{{ row.feedQuantity }}{{ row.unit }}</span>
+                </template>
+              </ele-pro-table>
               <!-- <el-table :data="item.splitList" style="width: 100%">
               <el-table-column prop="computeSize" label="序号" width="65">
                 <template v-slot="{ row, $index }">
@@ -292,10 +296,7 @@
             row-key="index"
           >
             <template v-slot:feedQuantity="{ row, $index }">
-              <span
-                >{{ row.feedQuantity
-                }}{{ row.packageQuantity ? row.packingUnit : row.unit }}</span
-              >
+              <span>{{ row.feedQuantity }}{{ row.unit }}</span>
             </template>
 
             <template v-slot:packageQuantity="{ row, $index }">