Commit 6e9a2d06 authored by Marcus's avatar Marcus

【订单详情】货物信息快递单号显示“,,,,”

https://zentao.test.jdshangmen.com/bug-view-2999.html
parent 5cf409e6
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
prop="expressNo" prop="expressNo"
v-slot="{row}" v-slot="{row}"
:label="$t('快递单号')"> :label="$t('快递单号')">
{{ row.warehouseInInfoVO ? row.warehouseInInfoVO.expressNo : '' }} {{ row.expressNo || (row.warehouseInInfoVO ? row.warehouseInInfoVO.expressNo : '') }}
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="createTime" prop="createTime"
......
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