| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458 |
- <template>
- <div class="m-container">
- <el-page-header
- @back="goback"
- style="padding-bottom: 30px"
- content="分部云教练排行"
- >
- </el-page-header>
- <div class="chioseBox">
- <el-date-picker
- v-model="date"
- type="date"
- value-format="yyyy-MM-dd"
- format="yyyy-MM-dd"
- @change="changeValue"
- :picker-options="bigin()"
- :clearable="false"
- >
- </el-date-picker>
- </div>
- <div class="tableWrap">
- <el-table
- style="width: 100%"
- :header-cell-style="{ background: '#EDEEF0', color: '#444' }"
- :data="tableList"
- @sort-change="sortChang"
- :default-sort="{
- prop: 'cloudStudyUseStudentDuty',
- order: 'descending',
- }"
- >
- <el-table-column align="center" prop="index" label="排名">
- </el-table-column>
- <el-table-column
- align="center"
- prop="organName"
- label="分部"
- ></el-table-column>
- <el-table-column
- align="center"
- prop="totalStudentNum"
- label="学员总数"
- width="100px"
- >
- <template slot="header" slot-scope="slot">
- <div class="titleCell">
- <span>学员总数</span>
- <el-tooltip placement="top" popper-class="mTooltip">
- <div slot="content">
- 乐团在读学员+有剩余VIP课或网管课学员去重之和
- </div>
- <i
- class="el-icon-question micon el-tooltip"
- style="
- font-size: 18px;
- color: #f56c6c;
- top: 2px;
- position: relative;
- "
- ></i>
- </el-tooltip>
- </div>
- </template>
- </el-table-column>
- <el-table-column
- align="center"
- prop="cloudStudyLivelyStudentNum"
- label="活跃人数"
- width="100px"
- >
- <template slot="header" slot-scope="slot">
- <div class="titleCell">
- <span>活跃人数</span>
- <el-tooltip placement="top" popper-class="mTooltip">
- <div slot="content">近15天内使用达到5天及以上的用户总数</div>
- <i
- class="el-icon-question micon el-tooltip"
- style="
- font-size: 18px;
- color: #f56c6c;
- top: 2px;
- position: relative;
- "
- ></i>
- </el-tooltip>
- </div>
- </template>
- </el-table-column>
- <!-- -->
- <el-table-column
- sortable="custom"
- align="center"
- prop="cloudStudyLivelyStudentDuty"
- label="活跃人数占比"
- width="150px"
- >
- <template slot="header" slot-scope="slot">
- <div class="titleCell">
- <span>活跃人数占比</span>
- <el-tooltip placement="top" popper-class="mTooltip">
- <div slot="content">活跃人数 / 学员总数</div>
- <i
- class="el-icon-question micon el-tooltip"
- style="
- font-size: 18px;
- color: #f56c6c;
- top: 2px;
- position: relative;
- "
- ></i>
- </el-tooltip>
- </div>
- </template>
- <template slot-scope="scope">
- <div>{{ scope.row.cloudStudyLivelyStudentDuty }}%</div>
- </template>
- </el-table-column>
- <el-table-column
- align="center"
- prop="cloudStudyUseStudentNum"
- label="使用人数"
- >
- <template slot="header" slot-scope="slot">
- <div class="titleCell">
- <span>当日使用人数</span>
- <el-tooltip placement="top" popper-class="mTooltip">
- <div slot="content">当日使用的总人数</div>
- <i
- class="el-icon-question micon el-tooltip"
- style="
- font-size: 18px;
- color: #f56c6c;
- top: 2px;
- position: relative;
- "
- ></i>
- </el-tooltip>
- </div>
- </template>
- </el-table-column>
- <el-table-column
- align="center"
- prop="newCloudStudyStudentNum"
- label="新增使用人数"
- width="100px"
- >
- <template slot="header" slot-scope="slot">
- <div class="titleCell">
- <span>当日新增使用人数</span>
- <el-tooltip placement="top" popper-class="mTooltip">
- <div slot="content">当日第一次使用云教练的人数</div>
- <i
- class="el-icon-question micon el-tooltip"
- style="
- font-size: 18px;
- color: #f56c6c;
- top: 2px;
- position: relative;
- "
- ></i>
- </el-tooltip>
- </div>
- </template>
- </el-table-column>
- <el-table-column
- sortable="custom"
- width="150px"
- align="center"
- prop="cloudStudyUseStudentDuty"
- label="当日使用人数比"
- >
- <template slot="header" slot-scope="slot">
- <div class="titleCell">
- <span>使用人数占比</span>
- <el-tooltip placement="top" popper-class="mTooltip">
- <div slot="content">云教练当日使用人数 / 学员总数</div>
- <i
- class="el-icon-question micon el-tooltip"
- style="
- font-size: 18px;
- color: #f56c6c;
- top: 2px;
- position: relative;
- "
- ></i>
- </el-tooltip>
- </div>
- </template>
- <template slot-scope="scope">
- <div>{{ scope.row.cloudStudyUseStudentDuty }}%</div>
- </template>
- </el-table-column>
- <el-table-column
- sortable="custom"
- width="140px"
- align="center"
- prop="vipStudentNum"
- label="付费会员数"
- >
- <template slot="header" slot-scope="slot">
- <div class="titleCell">
- <span>付费会员数</span>
- <el-tooltip placement="top" popper-class="mTooltip">
- <div slot="content">会员生效中或待生效总人数</div>
- <i
- class="el-icon-question micon el-tooltip"
- style="
- font-size: 18px;
- color: #f56c6c;
- top: 2px;
- position: relative;
- "
- ></i>
- </el-tooltip>
- </div>
- </template>
- </el-table-column>
- <el-table-column
- sortable="custom"
- width="150px"
- align="center"
- prop="vipStudentDuty"
- label="付费会员比"
- >
- <template slot="header" slot-scope="slot">
- <div class="titleCell">
- <span>付费会员占比</span>
- <el-tooltip placement="top" popper-class="mTooltip">
- <div slot="content">付费会员数 / 学员总数</div>
- <i
- class="el-icon-question micon el-tooltip"
- style="
- font-size: 18px;
- color: #f56c6c;
- top: 2px;
- position: relative;
- "
- ></i>
- </el-tooltip>
- </div>
- </template>
- <template slot-scope="scope">
- <div>{{ scope.row.vipStudentDuty }}%</div>
- </template>
- </el-table-column>
- <!-- <el-table-column
- sortable="custom"
- align="center"
- prop="eVipStudentNum"
- label="试用会员"
- >
- <template slot="header" slot-scope="slot">
- <div class="titleCell">
- <span>试用会员数</span>
- <el-tooltip placement="top" popper-class="mTooltip">
- <div slot="content">当日试用会员总数</div>
- <i
- class="el-icon-question micon el-tooltip"
- style="
- font-size: 18px;
- color: #f56c6c;
- top: 2px;
- position: relative;
- "
- ></i>
- </el-tooltip>
- </div>
- </template>
- </el-table-column> -->
- <el-table-column
- align="center"
- prop="newMemberStudentNum"
- label="新增付费会员"
- >
- <template slot="header" slot-scope="slot">
- <div class="titleCell">
- <span>新增付费会员</span>
- <el-tooltip placement="top" popper-class="mTooltip">
- <div slot="content">当日新增付费会员数量</div>
- <i
- class="el-icon-question micon el-tooltip"
- style="
- font-size: 18px;
- color: #f56c6c;
- top: 2px;
- position: relative;
- "
- ></i>
- </el-tooltip>
- </div>
- </template>
- </el-table-column>
- <!-- <el-table-column
- sortable="custom"
- align="center"
- prop="studentId"
- label="活跃度"
- >
- <template slot="header" slot-scope="slot">
- <div class="titleCell">
- <span>活跃度</span>
- <el-tooltip placement="top" popper-class="mTooltip">
- <div slot="content">
- 当日使用过云教练的会员占比(生效中会员,含试用)
- </div>
- <i
- class="el-icon-question micon el-tooltip"
- style="
- font-size: 18px;
- color: #f56c6c;
- top: 2px;
- position: relative;
- "
- ></i>
- </el-tooltip>
- </div>
- </template>
- </el-table-column> -->
- </el-table>
- <!-- <pagination
- :autoScroll="false"
- sync
- :total.sync="rules.total"
- :page.sync="rules.page"
- :limit.sync="rules.limit"
- :page-sizes="rules.page_size"
- @pagination="getList"
- /> -->
- </div>
- </div>
- </template>
- <script>
- import headers from "./modals/headers.vue";
- import pagination from "@/components/Pagination/index";
- import { Export } from "@/utils/downLoadFile";
- import dayjs from "dayjs";
- import qs from "qs";
- import { indexStudentOverView } from "../api";
- export default {
- components: {
- headers,
- pagination,
- },
- data() {
- return {
- tableList: [],
- searchList: {
- cloudStudyUseStudentDuty: "DESC",
- },
- rules: {
- // 分页规则
- limit: 10, // 限制显示条数
- page: 1, // 当前页
- total: 0, // 总条数
- page_size: [10, 20, 40, 50], // 选择限制显示条数
- },
- date: "",
- };
- },
- mounted() {
- this.date = dayjs(new Date()).subtract(1, "day").format("YYYY-MM-DD");
- this.getList();
- },
- methods: {
- async getList() {
- try {
- const res = await indexStudentOverView({
- ...this.searchList,
- date: this.date,
- rows: 999,
- page: 1,
- });
- this.tableList = res.data.rows;
- this.rules.total = res.data.total;
- } catch (e) {
- console.log(e);
- }
- },
- bigin() {
- let self = this;
- return {
- firstDayOfWeek: 1,
- disabledDate(time) {
- if (self.endDate) {
- let endTime = self.$helpers.dayjs(self.endDate).valueOf();
- return time.getTime() > endTime;
- } else {
- return time.getTime() >= Date.now() - 24 * 60 * 60 * 1000;
- }
- },
- };
- },
- changeValue(val) {
- this.date = val;
- this.rules.page = 1;
- this.getList();
- },
- sortChang(val) {
- const dates = {
- ascending: "ASC",
- descending: "DESC",
- };
- this.searchList = {};
- if (val.prop && val.order) {
- this.searchList[val.prop] = dates[val.order];
- }
- this.rules.page = 1;
- this.getList();
- },
- rankingExport() {
- let params = { ...this.searchForm, date: this.date };
- Export(
- this,
- {
- url: "/api-web/export/cloudStudyStudentOverView",
- fileName: "分部云教练数据排行.xls",
- method: "post",
- params: qs.stringify(params),
- },
- "您确定导出分部云教练数据排行?"
- );
- },
- goback() {
- this.$store.dispatch("delVisitedViews", this.$route);
- this.$router.push({ path: "/main/main?tabrouter=cloudDate" });
- },
- },
- };
- </script>
- <style lang="scss" scoped>
- /deep/.el-card__body {
- padding-top: 0 !important;
- }
- .titleCell {
- display: inline-block;
- }
- .chioseBox {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: flex-start;
- margin-bottom: 30px;
- .lookOrgan {
- margin-left: 10px;
- }
- }
- .wrap {
- position: relative;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- margin-bottom: 20px;
- }
- </style>
|