lxf 1 gadu atpakaļ
vecāks
revīzija
6031eb1db7
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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>