lxf 1 tahun lalu
induk
melakukan
6031eb1db7
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      src/views/production/operation/batching/index.vue

+ 2 - 2
src/views/production/operation/batching/index.vue

@@ -63,8 +63,8 @@
                   @click="openFile(item.blueprint)" />
               </div>
             </template>
-            <template #size="{ row }">
-              <span>{{ `${row.length} * ${row.width} * ${row.height}` }}</span>
+            <template #size="{ item }">
+              <span>{{ `${item.length} * ${item.width} * ${item.height}` }}</span>
             </template>
           </byTable>
         </el-tab-pane>