订单客户备注展示完善
This commit is contained in:
parent
1af8a2e65b
commit
d98efbf04e
|
|
@ -65,6 +65,10 @@
|
||||||
<text>任务金额:</text>
|
<text>任务金额:</text>
|
||||||
<text class="text-price">{{servDetail.payMoney}}</text>
|
<text class="text-price">{{servDetail.payMoney}}</text>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="margin-top-sm" v-if="servDetail.customerRemark">
|
||||||
|
<text class="cuIcon-message text-main-color margin-right-xs"></text>
|
||||||
|
<text>备注:{{servDetail.customerRemark}}</text>
|
||||||
|
</view>
|
||||||
<!-- <view class="margin-top-xs text-sm text-gray"
|
<!-- <view class="margin-top-xs text-sm text-gray"
|
||||||
v-for="(item, index) in servDetail.mainServOrder.gratuityRecord">
|
v-for="(item, index) in servDetail.mainServOrder.gratuityRecord">
|
||||||
追加费用:<text class="text-price">{{item.price}}</text>[{{item.type}}]
|
追加费用:<text class="text-price">{{item.price}}</text>[{{item.type}}]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue