|
@@ -11,7 +11,7 @@
|
|
</div>
|
|
</div>
|
|
<!--
|
|
<!--
|
|
-->
|
|
-->
|
|
- <statistic :col="5" class="statistic" :cols="0">
|
|
|
|
|
|
+ <statistic :col="4" class="statistic" :cols="0">
|
|
<statistic-item
|
|
<statistic-item
|
|
v-for="(item, key) in items"
|
|
v-for="(item, key) in items"
|
|
:key="key"
|
|
:key="key"
|
|
@@ -64,7 +64,8 @@
|
|
</span>
|
|
</span>
|
|
<span v-else> <count-to :endVal="item.percent || 0" /> </span>
|
|
<span v-else> <count-to :endVal="item.percent || 0" /> </span>
|
|
</statistic-item>
|
|
</statistic-item>
|
|
- <statistic-item></statistic-item>
|
|
|
|
|
|
+ <!-- <statistic-item class="empty"></statistic-item>
|
|
|
|
+ <statistic-item class="empty"></statistic-item> -->
|
|
</statistic>
|
|
</statistic>
|
|
|
|
|
|
<ve-histogram
|
|
<ve-histogram
|
|
@@ -398,7 +399,7 @@ export default {
|
|
let arr = [
|
|
let arr = [
|
|
"totalStudentNum",
|
|
"totalStudentNum",
|
|
"vipStudentNum",
|
|
"vipStudentNum",
|
|
- "vipStudentRate",
|
|
|
|
|
|
+ // "vipStudentRate",
|
|
"effectiveVipStudentNum",
|
|
"effectiveVipStudentNum",
|
|
"waitActivateVipStudentNum",
|
|
"waitActivateVipStudentNum",
|
|
"buyRate",
|
|
"buyRate",
|