客户备注显示完善

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>
</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>备注{{order.remark}}</text>
<text>备注{{order.customerRemark}}</text>
</view>
</view>
<load-status-bar ref="loadStatusBar" @loadMore="loadMasterOrderPage"></load-status-bar>

View File

@ -64,6 +64,10 @@
<text class="cuIcon-moneybag text-main-color margin-right-xs"></text>
<text>任务金额</text>
<text class="text-price">{{servDetail.payMoney}}</text>
</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"
v-for="(item, index) in servDetail.mainServOrder.gratuityRecord">