lxf hace 1 año
padre
commit
8d81782e8c
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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>