Explorar el Código

init

newStyle
lancer hace 2 años
padre
commit
3827c330e5
Se han modificado 2 ficheros con 11 adiciones y 5 borrados
  1. +7
    -5
      src/views/Statistics/dataScreeAge.vue
  2. +4
    -0
      src/views/Statistics/dataScreeSys.vue

+ 7
- 5
src/views/Statistics/dataScreeAge.vue Ver fichero

@@ -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;


+ 4
- 0
src/views/Statistics/dataScreeSys.vue Ver fichero

@@ -98,6 +98,10 @@
<div class="text1">试用楼盘数</div>
<div class="text2">{{ firstTab.houseQuantityOfTryOut || 0 }}</div>
</div>
<!-- <div class="grid-content" v-if='houseTypes=="2,3"'>
<div class="text1">演示楼盘数</div>
<div class="text2">{{ firstTab.houseQuantityOfTryOut || 0 }}</div>
</div> -->
<div class="grid-content">
<div class="text1">过期楼盘数</div>
<div class="text2">{{ firstTab.houseQofUnenough || 0 }}</div>


Cargando…
Cancelar
Guardar