服务订单详情“任务金额”修改名字,改成"订单金额"
This commit is contained in:
parent
ca4f455db4
commit
3f5ef7fe33
|
|
@ -65,7 +65,7 @@
|
|||
</view> -->
|
||||
<view class="margin-top-sm">
|
||||
<text class="cuIcon-moneybag text-main-color margin-right-xs"></text>
|
||||
<text>任务金额:</text>
|
||||
<text>订单金额:</text>
|
||||
<text class="text-price">{{servDetail.payMoney}}</text>
|
||||
</view>
|
||||
<view class="margin-top-sm" v-if="servDetail.customerRemark">
|
||||
|
|
|
|||
Loading…
Reference in New Issue