Commit afae1eef authored by dcy's avatar dcy

箱数字段取错,bug修复

parent a823db0e
......@@ -31,7 +31,7 @@
{{row.costVO.totalVolume}}
{{row.costVO.totalWeight}}kg
</div> <div v-else>
箱数:{{row.sumQuantity}}
箱数:{{row.sumNum}}
{{row.sumVolume}}
{{row.sumWeight}}kg
</div>
......@@ -45,7 +45,6 @@
<el-table-column :label="$t('状态')">
<template v-slot:default="scope">
<dict-tag :value="scope.row.status" :type="DICT_TYPE.ORDER_STATUS"></dict-tag>
{{scope.row.status}}
</template>
</el-table-column>
<el-table-column :label="$t('操作')">
......
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