瀏覽代碼

init

newStyle
lancer 2 年之前
父節點
當前提交
3827c330e5
共有 2 個檔案被更改,包括 11 行新增5 行删除
  1. +7
    -5
      src/views/Statistics/dataScreeAge.vue
  2. +4
    -0
      src/views/Statistics/dataScreeSys.vue

+ 7
- 5
src/views/Statistics/dataScreeAge.vue 查看文件

@@ -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 查看文件

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


Loading…
取消
儲存