mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化打拼
This commit is contained in:
parent
ca31400527
commit
002359fa8c
@ -432,7 +432,7 @@
|
|||||||
|
|
||||||
let _floorReceivableInformations = indexData.floorReceivableInformations;
|
let _floorReceivableInformations = indexData.floorReceivableInformations;
|
||||||
|
|
||||||
_dom = document.getElementById('roomCount');
|
_dom = document.getElementById('foorFeeAnsicis');
|
||||||
_data = [];
|
_data = [];
|
||||||
|
|
||||||
_floorReceivableInformations.forEach(item => {
|
_floorReceivableInformations.forEach(item => {
|
||||||
@ -451,7 +451,7 @@
|
|||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
||||||
_dom = document.getElementById('parkingSpaceCount');
|
_dom = document.getElementById('feeAnsicis');
|
||||||
_initCharts2(_dom, '分项费用占比', _data);
|
_initCharts2(_dom, '分项费用占比', _data);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -43,7 +43,7 @@
|
|||||||
<div class="lefttoday_bar pulefttoday_bar fl" id = "ownerCount">
|
<div class="lefttoday_bar pulefttoday_bar fl" id = "ownerCount">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="pvr fr pulefttoday_bar2" id="parkingSpaceCount">
|
<div class="pvr fr pulefttoday_bar2" id="feeAnsicis">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="box pbox">
|
<div class="box pbox">
|
||||||
<div id="roomCount" class="fl puleftboxtmidd1"></div>
|
<div id="foorFeeAnsicis" class="fl puleftboxtmidd1"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="puleftboxtbott">
|
<div class="puleftboxtbott">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user