|
|
@@ -270,7 +270,7 @@ |
|
|
|
活跃用户数 |
|
|
|
</div> |
|
|
|
<div class="text2" :class="{ tophovese: cardindex == 4 }"> |
|
|
|
{{ thirdTab.activeEquipmentQuantity || 0 }} |
|
|
|
{{ thirdTab.activeUserQuantity || 0 }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="grid-content" style="cursor: pointer;" @click="Overviewxlick('5')"> |
|
|
@@ -723,10 +723,12 @@ export default { |
|
|
|
}, |
|
|
|
sysChange(){ |
|
|
|
this.choicValue='' |
|
|
|
this.selValue=this.options[0].value |
|
|
|
this.dataOverViewWithSystem(); |
|
|
|
this.dataOverviewWithSystemWithDay(); |
|
|
|
this.dataOverviewWithSystemWithLook(); |
|
|
|
// this.selValue=this.options[0].value |
|
|
|
// this.houseList=[] |
|
|
|
this.getList(); |
|
|
|
// this.dataOverViewWithSystem(); |
|
|
|
// this.dataOverviewWithSystemWithDay(); |
|
|
|
// this.dataOverviewWithSystemWithLook(); |
|
|
|
}, |
|
|
|
valuechange() { |
|
|
|
this.dateType = 4; |
|
|
|