We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6c40f commit ef3c86fCopy full SHA for ef3c86f
src/views/mall/trade/order/components/OrderTableColumn.vue
@@ -120,7 +120,7 @@
120
v-if="scope.row.deliveryType === DeliveryTypeEnum.EXPRESS.type"
121
class="flex flex-col"
122
>
123
- <span>买家:{{ scope.row.user.nickname }}</span>
+ <span>买家:{{ scope.row.user?.nickname }}</span>
124
<span>
125
收货人:{{ scope.row.receiverName }} {{ scope.row.receiverMobile }}
126
{{ scope.row.receiverAreaName }} {{ scope.row.receiverDetailAddress }}
0 commit comments