Commit 7ea0e969 authored by 赵茹林's avatar 赵茹林

用户详情-期数列表 [更新] 去掉老师名上的链接

parent e3af2df8
...@@ -65,38 +65,32 @@ ...@@ -65,38 +65,32 @@
<el-table-column type="expand"> <el-table-column type="expand">
<template slot-scope="scope"> <template slot-scope="scope">
<el-table :data="list"> <el-table :data="list">
<el-table-column <el-table-column label="到课率">
label="到课率">
<template slot-scope="scope2"> <template slot-scope="scope2">
<span>{{ scope2.row.arrive_course_rate | percent}}</span> <span>{{ scope2.row.arrive_course_rate | percent}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column label="看课率">
label="看课率">
<template slot-scope="scope2"> <template slot-scope="scope2">
<span>{{ scope2.row.watch_course_rate | percent}}</span> <span>{{ scope2.row.watch_course_rate | percent}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column label="完课率">
label="完课率">
<template slot-scope="scope2"> <template slot-scope="scope2">
<span>{{ scope2.row.over_course_rate | percent}}</span> <span>{{ scope2.row.over_course_rate | percent}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column label="打卡率">
label="打卡率">
<template slot-scope="scope2"> <template slot-scope="scope2">
<span>{{ scope2.row.clock_rate | percent}}</span> <span>{{ scope2.row.clock_rate | percent}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column label="全勤打卡率">
label="全勤打卡率">
<template slot-scope="scope2"> <template slot-scope="scope2">
<span>{{ scope2.row.over_clock_rate | percent}}</span> <span>{{ scope2.row.over_clock_rate | percent}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column label="转化率">
label="转化率">
<template slot-scope="scope2"> <template slot-scope="scope2">
<span>{{ scope2.row.transform_rate | percent}}</span> <span>{{ scope2.row.transform_rate | percent}}</span>
</template> </template>
...@@ -119,13 +113,13 @@ ...@@ -119,13 +113,13 @@
</el-table-column> </el-table-column>
<el-table-column className="f-c" label="老师"> <el-table-column className="f-c" label="老师">
<template slot-scope="scope"> <template slot-scope="scope">
<router-link :to="`/teacher/${scope.row.teacher_id}`"> <!--<router-link :to="`/teacher/${scope.row.teacher_id}`">-->
<div class="f-c"> <div class="f-c">
<div> <div>
<img class="avatar" :src="scope.row.teacher_qr"> {{scope.row.teacher_name}} <img class="avatar" :src="scope.row.teacher_qr"> {{scope.row.teacher_name}}
</div> </div>
</div> </div>
</router-link> <!--</router-link>-->
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="join_num" label="加入人数"></el-table-column> <el-table-column prop="join_num" label="加入人数"></el-table-column>
...@@ -696,7 +690,7 @@ ...@@ -696,7 +690,7 @@
], ],
sourceByDateDialogJson: {}, sourceByDateDialogJson: {},
deliverRecordList: [], deliverRecordList: [],
growthRecordList:[ growthRecordList: [
{category_name: "Day1 唱动体验 Clap Your Hands"} {category_name: "Day1 唱动体验 Clap Your Hands"}
] ]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment