diff --git a/public/components/report/dataReportEarnedDetailStatistics/dataReportEarnedDetailStatistics.html b/public/components/report/dataReportEarnedDetailStatistics/dataReportEarnedDetailStatistics.html
index 1a713e4ac..406a05977 100644
--- a/public/components/report/dataReportEarnedDetailStatistics/dataReportEarnedDetailStatistics.html
+++ b/public/components/report/dataReportEarnedDetailStatistics/dataReportEarnedDetailStatistics.html
@@ -46,8 +46,16 @@
{{fee.receivedFee}}
-
+
+
+
+
+
diff --git a/public/components/report/dataReportFeeStatistics/dataReportFeeStatistics.html b/public/components/report/dataReportFeeStatistics/dataReportFeeStatistics.html
index 0d2d90323..be3ed547b 100644
--- a/public/components/report/dataReportFeeStatistics/dataReportFeeStatistics.html
+++ b/public/components/report/dataReportFeeStatistics/dataReportFeeStatistics.html
@@ -1,5 +1,5 @@
|
- |
- |
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| - {{fee.roomName}} + {{fee.floorNum}} | - {{fee.ownerName}} + {{fee.roomCount}} + | ++ {{fee.freeCount}} + | ++ {{fee.hisMonthOweFee}} | {{fee.oweFee}} | - ++ {{fee.todayReceivedRoomCount}} + | ++ {{fee.todayReceivedRoomAmount}} + | ++ {{fee.hisOweReceivedRoomCount}} + | ++ {{fee.hisOweReceivedRoomAmount}} + | ++ {{fee.monthReceivedRoomCount}} + | ++ {{(fee.roomCount-fee.freeCount-fee.monthReceivedRoomCount).toFixed(0)}} + | ++ {{(fee.monthReceivedRoomCount/(fee.roomCount-fee.freeCount)*100).toFixed(2)}}% + | + ++ {{fee.monthReceivedRoomAmount}} + | ++ {{fee.curMonthOweFee}} + | ++ {{(fee.monthReceivedRoomAmount/(fee.monthReceivedRoomAmount+fee.curMonthOweFee)*100).toFixed(2)}}% + |