Commit 03b50bc2 authored by 邓春圆's avatar 邓春圆

修改为入仓数量

parent e0032716
...@@ -29,7 +29,8 @@ ...@@ -29,7 +29,8 @@
<el-table-column <el-table-column
:label="$t('入仓统计')"> :label="$t('入仓统计')">
<template v-slot="{row}"> <template v-slot="{row}">
<div>总箱数:{{row.totalNum}}</div>
<div>总箱数:{{row.sumNum}}</div>
<div>体积:{{row.sumVolume}}CBM </div> <div>体积:{{row.sumVolume}}CBM </div>
<div>重量:{{row.sumWeight}}kg</div> <div>重量:{{row.sumWeight}}kg</div>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment