lxf há 1 ano atrás
pai
commit
8d81782e8c
1 ficheiros alterados com 3 adições e 0 exclusões
  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>