lxf 1 éve
szülő
commit
8d81782e8c
1 módosított fájl, 3 hozzáadás és 0 törlés
  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>