|
@@ -29,11 +29,11 @@
|
|
|
<view style="padding-left:140rpx">({{detail.StartDate|formateYear(detail.EndDate)}})</view>
|
|
|
<view>
|
|
|
<text class="lable">{{detail.ContractBusinessType==='代付合同'?'代付金额':'合同金额'}}:</text>
|
|
|
- <text style="color:#FE6B7C">{{detail.Price}}元</text>
|
|
|
+ <text style="color:#FE6B7C">{{detail.Price|formatPriceHasPoint}}元</text>
|
|
|
</view>
|
|
|
<view v-if="detail.ContractBusinessType==='代付合同'">
|
|
|
<text class="lable">合同金额:</text>
|
|
|
- <text style="color:#FE6B7C">{{detail.RelationContractDetailList[0].Price}}元</text>
|
|
|
+ <text style="color:#FE6B7C">{{detail.RelationContractDetailList[0].Price|formatPriceHasPoint}}元</text>
|
|
|
</view>
|
|
|
<view>
|
|
|
<text class="lable">合同归属:</text>
|