lxf 1 年之前
父節點
當前提交
8d81782e8c
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/production/operation/batching/index.vue

+ 3 - 0
src/views/production/operation/batching/index.vue

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