客户备注显示完善

This commit is contained in:
donqi 2022-06-30 17:26:47 +08:00
parent 2f5c4aceee
commit 508fc27c5f
2 changed files with 6 additions and 2 deletions

View File

@ -204,9 +204,9 @@
<button class="cu-btn sm bg-yellow margin-right-sm" v-else disabled type="">已同意</button> <button class="cu-btn sm bg-yellow margin-right-sm" v-else disabled type="">已同意</button>
</view> </view>
</view> </view>
<view class="margin-top-sm solid-top padding-top-sm" v-if="Boolean(order.remark)"> <view class="margin-top-sm solid-top padding-top-sm" v-if="Boolean(order.customerRemark)">
<text class="text-main-color text-lg margin-right-xs"><text class="cuIcon-comment"></text></text> <text class="text-main-color text-lg margin-right-xs"><text class="cuIcon-comment"></text></text>
<text>备注{{order.remark}}</text> <text>备注{{order.customerRemark}}</text>
</view> </view>
</view> </view>
<load-status-bar ref="loadStatusBar" @loadMore="loadMasterOrderPage"></load-status-bar> <load-status-bar ref="loadStatusBar" @loadMore="loadMasterOrderPage"></load-status-bar>

View File

@ -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}}]