Skip to content

Commit

Permalink
Add express address.
Browse files Browse the repository at this point in the history
  • Loading branch information
anjiajun39 committed May 5, 2023
1 parent 4ce2f31 commit ebd2e0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/views/order/OrderDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@
@finish="onFinish"
@finishFailed="onFinishFailed"
>
<p>客户姓名:{{ order_data.address_detail.name }}</p>
<p>客户电话:{{ order_data.address_detail.phone }}</p>
<p>客户地址:{{ order_data.address_detail.address }}</p>
<a-form-item
name="express_name_id"
label="快递公司"
Expand Down

0 comments on commit ebd2e0f

Please sign in to comment.