|
@@ -11,7 +11,7 @@
|
|
|
</div>
|
|
|
<!--
|
|
|
-->
|
|
|
- <statistic :col="4" class="statistic" :cols="0">
|
|
|
+ <statistic :col="6" class="statistic" :cols="0">
|
|
|
<statistic-item v-for="(item, key) in items" :key="key" @click="active = key" :class="{ active: active === key }">
|
|
|
<span>
|
|
|
{{ item.title + "(人)" }}
|
|
@@ -69,8 +69,8 @@ export default {
|
|
|
"effectiveVipStudentNum",
|
|
|
"vipStudentNum",
|
|
|
"cloudStudyLivelyStudentNum",
|
|
|
- "newCloudStudyStudentNum",
|
|
|
- "cloudStudyTodayUseStudentNum",
|
|
|
+ // "newCloudStudyStudentNum",
|
|
|
+ // "cloudStudyTodayUseStudentNum",
|
|
|
"cloudStudyUseStudentNum",
|
|
|
];
|
|
|
arr.forEach((str) => {
|