|
@@ -8,7 +8,7 @@
|
|
|
type="text"
|
|
|
>{{isHistogram ? '学员转化漏斗图' : '学员柱状图'}}</el-button>
|
|
|
</div>
|
|
|
- <statistic :col="5" class="statistic" :cols="0">
|
|
|
+ <statistic class="statistic" :cols="0">
|
|
|
<statistic-item v-for="(item, key) in items" :key="key" :class="{active: active === key}" @click="active = key">
|
|
|
<span>
|
|
|
{{item.title}}
|
|
@@ -51,7 +51,6 @@ export default {
|
|
|
OTHER_STUDENT: this.data['OTHER_STUDENT'] || {},
|
|
|
NEWLY_STUDENT_NUM: this.data['NEWLY_STUDENT_NUM'] || {},
|
|
|
QUIT_MUSIC_GROUP_STUDENT_NUM: this.data['QUIT_MUSIC_GROUP_STUDENT_NUM'] || {},
|
|
|
- STUDENT_CONVERSION: this.data['STUDENT_CONVERSION'] || {},
|
|
|
}
|
|
|
},
|
|
|
chartExtend() {
|