Commit bc6fadca by 芋道源码 Committed by Gitee

!769 fix 修复因user为null导致其他数据渲染失败

Merge pull request !769 from 这夏天依然平凡/master
parents ca23c9a5 ef3c86fa
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
v-if="scope.row.deliveryType === DeliveryTypeEnum.EXPRESS.type" v-if="scope.row.deliveryType === DeliveryTypeEnum.EXPRESS.type"
class="flex flex-col" class="flex flex-col"
> >
<span>买家:{{ scope.row.user.nickname }}</span> <span>买家:{{ scope.row.user?.nickname }}</span>
<span> <span>
收货人:{{ scope.row.receiverName }} {{ scope.row.receiverMobile }} 收货人:{{ scope.row.receiverName }} {{ scope.row.receiverMobile }}
{{ scope.row.receiverAreaName }} {{ scope.row.receiverDetailAddress }} {{ scope.row.receiverAreaName }} {{ scope.row.receiverDetailAddress }}
......
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 sign in to comment