lxf 1 년 전
부모
커밋
6031eb1db7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>