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>