mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-10 01:12:44 +08:00
fix 修复因user为null导致其他数据渲染失败
This commit is contained in:
parent
9a6c40fc4a
commit
ef3c86fa5d
@ -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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user