Commit 3a062817 authored by huhaiqing's avatar huhaiqing

修复海运缺陷

parent b6d2167a
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
{{getCabinetLabel(shipmentObj.cabinetId)}} {{getCabinetLabel(shipmentObj.cabinetId)}}
</el-descriptions-item> </el-descriptions-item>
<el-descriptions-item :label="$t('状态')"> <el-descriptions-item :label="$t('状态')">
{{getBoxStatus(shipmentObj)}} {{shipmentObj.shipmentStatusText}}
</el-descriptions-item> </el-descriptions-item>
<el-descriptions-item :label="$t('总计')"> <el-descriptions-item :label="$t('总计')">
{{getBoxSum(shipmentObj.boxStatistics)}} {{getBoxSum(shipmentObj.boxStatistics)}}
......
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