mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化单价显示
This commit is contained in:
parent
ae6c34f8ff
commit
c5c98ff2ce
@ -80,7 +80,7 @@
|
|||||||
:title="_simplifyRoomGetFeeOwnerInfo(fee.feeAttrs)">
|
:title="_simplifyRoomGetFeeOwnerInfo(fee.feeAttrs)">
|
||||||
<div>上期度数:{{fee.preDegrees}}</div>
|
<div>上期度数:{{fee.preDegrees}}</div>
|
||||||
<div>本期度数:{{fee.curDegrees}}</div>
|
<div>本期度数:{{fee.curDegrees}}</div>
|
||||||
<div>单价:{{fee.mwPrice?fee.mwPrice:fee.squarePrice}}</div>
|
<div>单价:{{fee.mwPrice && fee.mwPrice != '-1'?fee.mwPrice:fee.squarePrice}}</div>
|
||||||
<div>附加费:{{fee.additionalAmount}}</div>
|
<div>附加费:{{fee.additionalAmount}}</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-center" v-else-if="fee.computingFormula == '6006'"
|
<td class="text-center" v-else-if="fee.computingFormula == '6006'"
|
||||||
|
|||||||
@ -57,7 +57,7 @@
|
|||||||
<td class="text-center" v-if="fee.computingFormula == '5005' || fee.computingFormula == '9009'">
|
<td class="text-center" v-if="fee.computingFormula == '5005' || fee.computingFormula == '9009'">
|
||||||
<div>上期度数:{{fee.preDegrees}}</div>
|
<div>上期度数:{{fee.preDegrees}}</div>
|
||||||
<div>本期度数:{{fee.curDegrees}}</div>
|
<div>本期度数:{{fee.curDegrees}}</div>
|
||||||
<div>单价:{{fee.mwPrice?fee.mwPrice:fee.squarePrice}}</div>
|
<div>单价:{{fee.mwPrice && fee.mwPrice != '-1'?fee.mwPrice:fee.squarePrice}}</div>
|
||||||
<div>附加费:{{fee.additionalAmount}}</div>
|
<div>附加费:{{fee.additionalAmount}}</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-center" v-else-if="fee.computingFormula == '6006'">
|
<td class="text-center" v-else-if="fee.computingFormula == '6006'">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user