From 66a36d6cb0788cff1ebae1bbaac7ecd77721b748 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Thu, 17 Jun 2021 00:37:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B0=B4=E7=94=B5=E6=8A=84?= =?UTF-8?q?=E8=A1=A8=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/components/property/simplifyRoomFee/simplifyRoomFee.html | 2 +- public/pages/property/listCarFee/listCarFee.html | 2 +- public/pages/property/listContractFee/listContractFee.html | 2 +- public/pages/property/listRoomFee/listRoomFee.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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}}