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

pull/769/head
Mr. Liang 2025-04-25 09:07:36 +08:00
parent 9a6c40fc4a
commit ef3c86fa5d
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@
v-if="scope.row.deliveryType === DeliveryTypeEnum.EXPRESS.type"
class="flex flex-col"
>
<span>买家{{ scope.row.user.nickname }}</span>
<span>买家{{ scope.row.user?.nickname }}</span>
<span>
收货人{{ scope.row.receiverName }} {{ scope.row.receiverMobile }}
{{ scope.row.receiverAreaName }} {{ scope.row.receiverDetailAddress }}