Commit c5c591ad authored by 程卓's avatar 程卓

修改首页bug

parent 35895079
......@@ -209,9 +209,7 @@
<div class="home-card monthBottom">
<span>整改执行</span>
<span style="fontSize:13px"><span class="monthBottomNum">{{secRowInfos.PROPERTY_BIWEEKLY.count.rectifiedCount}}/</span>{{secRowInfos.PROPERTY_BIWEEKLY.count.rectifyCount}}</span>
</div>
</div>
</a-col>
<a-col :span="6">
......@@ -384,7 +382,36 @@ export default {
{name: '12月', check: false, hover: false, totStreet: 0, checkStreet: 0, class: '', backgroundColor: 'rgb(226,235,245);' },
],
expired: 0,
secRowInfos: {},
secRowInfos: {
HOUSING_OFFICE: {
data: [],
count: {
rectifyCount: 0,
rectifiedCount: 0
}
},
PROPERTY_BIWEEKLY: {
data: [],
count: {
rectifyCount: 0,
rectifiedCount: 0
}
},
COMMUNITY_MANAGER_YEAR: {
data: [],
count: {
rectifyCount: 0,
rectifiedCount: 0
}
},
COMMUNITY_MANAGER_MATH: {
data: [],
count: {
rectifyCount: 0,
rectifiedCount: 0
}
},
},
}
},
mounted(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment