feat: 订单详情页面调整
This commit is contained in:
parent
447b30100b
commit
153406f558
|
|
@ -72,10 +72,6 @@
|
|||
<view class="title flex-l">客户地址</view>
|
||||
<view class="value flex-l">{{helpers.removeCommas(data.order_info.area.merge_name)}}{{ data.order_info.address }}</view>
|
||||
</view>
|
||||
<view class="item-multi-line line-after">
|
||||
<view class="title flex-l">订单详情</view>
|
||||
<view class="value flex-l">{{data.order_info.detail ? data.order_info.detail : '暂无详情'}}</view>
|
||||
</view>
|
||||
<view class="images line-after" v-if="data.order_info.images.length > 0">
|
||||
<view class="title flex-l">图片</view>
|
||||
<view class="imgs-ctr">
|
||||
|
|
@ -85,7 +81,7 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="item-multi-line line-after">
|
||||
<view class="title flex-l">平台备注</view>
|
||||
<view class="title flex-l">订单备注</view>
|
||||
<view class="value flex-l">{{data.order_info.remark ? data.order_info.remark : '无备注信息'}}</view>
|
||||
</view>
|
||||
<view class="report-order-exception flex-c" v-if="canReportOrderException">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user