Commit 57eb1bd4 authored by 张伯涛's avatar 张伯涛

数据统计页面列表鼠标悬浮显示小手

parent 9d02d6e2
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
</el-table-column> </el-table-column>
<el-table-column label="参与考核人数" align="center" prop="participant"> <el-table-column label="参与考核人数" align="center" prop="participant">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color: #214e90;">{{ scope.row.participant != null ? scope.row.participant : '--' }}</span> <span style="color: #214e90;cursor: pointer">{{ scope.row.participant != null ? scope.row.participant : '--' }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="平均分" align="center" prop="avg"> <el-table-column label="平均分" align="center" prop="avg">
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
</el-table-column> </el-table-column>
<el-table-column label="满分人数" align="center" prop="fullNumber"> <el-table-column label="满分人数" align="center" prop="fullNumber">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color: #214e90;">{{ scope.row.fullNumber != null ? scope.row.fullNumber : '--' }}</span> <span style="color: #214e90;cursor: pointer">{{ scope.row.fullNumber != null ? scope.row.fullNumber : '--' }}</span>
</template> </template>
</el-table-column> </el-table-column>
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
</el-table-column> </el-table-column>
<el-table-column label="及格人数" align="center" prop="passNumber"> <el-table-column label="及格人数" align="center" prop="passNumber">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color: #214e90;">{{ scope.row.passNumber != null ? scope.row.passNumber : '--' }}</span> <span style="color: #214e90;cursor: pointer">{{ scope.row.passNumber != null ? scope.row.passNumber : '--' }}</span>
</template> </template>
</el-table-column> </el-table-column>
......
...@@ -100,27 +100,27 @@ ...@@ -100,27 +100,27 @@
</el-table-column> </el-table-column>
<el-table-column label="学习总人数" align="center" prop="totalNumber" :show-overflow-tooltip="true"> <el-table-column label="学习总人数" align="center" prop="totalNumber" :show-overflow-tooltip="true">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color: #214e90;">{{ scope.row.totalNumber }}</span> <span style="color: #214e90;cursor: pointer">{{ scope.row.totalNumber }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="未开始人数" align="center" prop="notStart"> <el-table-column label="未开始人数" align="center" prop="notStart">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color: #214e90;">{{ scope.row.notStart }}</span> <span style="color: #214e90;cursor: pointer">{{ scope.row.notStart }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="学习中人数" align="center" prop="learning"> <el-table-column label="学习中人数" align="center" prop="learning">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color: #214e90;">{{ scope.row.learning }}</span> <span style="color: #214e90;cursor: pointer">{{ scope.row.learning }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="学习完成人数" align="center" prop="finish"> <el-table-column label="学习完成人数" align="center" prop="finish">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color: #214e90;">{{ scope.row.finish }}</span> <span style="color: #214e90;cursor: pointer">{{ scope.row.finish }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="参与考核人数" align="center" prop="examed"> <el-table-column label="参与考核人数" align="center" prop="examed">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color: #214e90;">{{ scope.row.examed }}</span> <span style="color: #214e90;cursor: pointer">{{ scope.row.examed }}</span>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
......
...@@ -119,32 +119,32 @@ ...@@ -119,32 +119,32 @@
</el-table-column> </el-table-column>
<el-table-column label="学员人数" align="center" prop="studentNumber"> <el-table-column label="学员人数" align="center" prop="studentNumber">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color: #214e90;">{{ scope.row.studentNumber }}</span> <span style="color: #214e90;cursor:pointer;">{{ scope.row.studentNumber }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="付费课程数" align="center" prop="payed"> <el-table-column label="付费课程数" align="center" prop="payed">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color: #214e90;">{{ scope.row.payed }}</span> <span style="color: #214e90;cursor:pointer;">{{ scope.row.payed }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="试用课程数" align="center" prop="noPay"> <el-table-column label="试用课程数" align="center" prop="noPay">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color: #214e90;">{{ scope.row.noPay }}</span> <span style="color: #214e90;cursor:pointer;">{{ scope.row.noPay }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="完成必修课人次" align="center" prop="finish"> <el-table-column label="完成必修课人次" align="center" prop="finish">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color: #214e90;">{{ scope.row.finish }}</span> <span style="color: #214e90;cursor:pointer;">{{ scope.row.finish }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="未完成必修课人次" align="center" prop="notFinish"> <el-table-column label="未完成必修课人次" align="center" prop="notFinish">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color: #214e90;">{{ scope.row.notFinish }}</span> <span style="color: #214e90;cursor:pointer;">{{ scope.row.notFinish }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="必修考核记录数" align="center" prop="exam"> <el-table-column label="必修考核记录数" align="center" prop="exam">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color: #214e90;">{{ scope.row.exam }}</span> <span style="color: #214e90;cursor:pointer;">{{ scope.row.exam }}</span>
</template> </template>
</el-table-column> </el-table-column>
......
...@@ -36,32 +36,32 @@ ...@@ -36,32 +36,32 @@
<el-table-column label="计划课程总数" align="center" prop="total" :show-overflow-tooltip="true"> <el-table-column label="计划课程总数" align="center" prop="total" :show-overflow-tooltip="true">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color: #214e90;">{{ scope.row.total }}</span> <span style="color: #214e90;cursor: pointer">{{ scope.row.total }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="学习中课程数" align="center" prop="learning" :show-overflow-tooltip="true"> <el-table-column label="学习中课程数" align="center" prop="learning" :show-overflow-tooltip="true">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color: #214e90;">{{ scope.row.learning }}</span> <span style="color: #214e90;cursor: pointer">{{ scope.row.learning }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="已学完课程数" align="center" prop="finish" :show-overflow-tooltip="true"> <el-table-column label="已学完课程数" align="center" prop="finish" :show-overflow-tooltip="true">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color: #214e90;">{{ scope.row.finish }}</span> <span style="color: #214e90;cursor: pointer">{{ scope.row.finish }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="未开始课程数" align="center" prop="notStart" :show-overflow-tooltip="true"> <el-table-column label="未开始课程数" align="center" prop="notStart" :show-overflow-tooltip="true">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color: #214e90;">{{ scope.row.notStart }}</span> <span style="color: #214e90;cursor: pointer">{{ scope.row.notStart }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="参与考核课程数" align="center" prop="examedNumber" :show-overflow-tooltip="true"> <el-table-column label="参与考核课程数" align="center" prop="examedNumber" :show-overflow-tooltip="true">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color: #214e90;">{{ scope.row.examedNumber }}</span> <span style="color: #214e90;cursor: pointer">{{ scope.row.examedNumber }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="未考核课程数" align="center" prop="notExamedNumber" :show-overflow-tooltip="true"> <el-table-column label="未考核课程数" align="center" prop="notExamedNumber" :show-overflow-tooltip="true">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color: #214e90;">{{ scope.row.notExamedNumber }}</span> <span style="color: #214e90;cursor: pointer">{{ scope.row.notExamedNumber }}</span>
</template> </template>
</el-table-column> </el-table-column>
......
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