diff --git a/public/components/property/simplifyRoomFee/simplifyRoomFee.html b/public/components/property/simplifyRoomFee/simplifyRoomFee.html
index 485a66da9..f4e1701fe 100755
--- a/public/components/property/simplifyRoomFee/simplifyRoomFee.html
+++ b/public/components/property/simplifyRoomFee/simplifyRoomFee.html
@@ -80,7 +80,7 @@
:title="_simplifyRoomGetFeeOwnerInfo(fee.feeAttrs)">
上期度数:{{fee.preDegrees}}
本期度数:{{fee.curDegrees}}
- 单价:{{fee.wmPrice?fee.wmPrice:fee.squarePrice}}
+ 单价:{{fee.mwPrice?fee.mwPrice:fee.squarePrice}}
附加费:{{fee.additionalAmount}}
上期度数:{{fee.preDegrees}}
本期度数:{{fee.curDegrees}}
- 单价:{{fee.wmPrice?fee.wmPrice:fee.squarePrice}}
+ 单价:{{fee.mwPrice?fee.mwPrice:fee.squarePrice}}
附加费:{{fee.additionalAmount}}
|
diff --git a/public/pages/property/listContractFee/listContractFee.html b/public/pages/property/listContractFee/listContractFee.html
index 0282c2e45..f4fb0e1be 100755
--- a/public/pages/property/listContractFee/listContractFee.html
+++ b/public/pages/property/listContractFee/listContractFee.html
@@ -52,7 +52,7 @@
|
上期度数:{{fee.preDegrees}}
本期度数:{{fee.curDegrees}}
- 单价:{{fee.wmPrice?fee.wmPrice:fee.squarePrice}}
+ 单价:{{fee.mwPrice?fee.mwPrice:fee.squarePrice}}
附加费:{{fee.additionalAmount}}
|
diff --git a/public/pages/property/listRoomFee/listRoomFee.html b/public/pages/property/listRoomFee/listRoomFee.html
index 13c45d80e..12fca477e 100755
--- a/public/pages/property/listRoomFee/listRoomFee.html
+++ b/public/pages/property/listRoomFee/listRoomFee.html
@@ -57,7 +57,7 @@
|
上期度数:{{fee.preDegrees}}
本期度数:{{fee.curDegrees}}
- 单价:{{fee.wmPrice?fee.wmPrice:fee.squarePrice}}
+ 单价:{{fee.mwPrice?fee.mwPrice:fee.squarePrice}}
附加费:{{fee.additionalAmount}}
|
|