|
@@ -147,28 +147,32 @@
|
|
|
<div>{{scope.row.existVipCourse?'是':'否'}}</div>
|
|
|
</template>
|
|
|
</el-table-column> -->
|
|
|
- <el-table-column align="center">
|
|
|
- <template slot="header"
|
|
|
- slot-scope="scope">
|
|
|
- 预期安排
|
|
|
- <el-tooltip placement="top"
|
|
|
- popper-class="mTooltip">
|
|
|
- <div slot="content">
|
|
|
- 以周为单位,实际发生一次课外训练或网管课作业布置,记一次,一周只统计一次
|
|
|
- </div>
|
|
|
- <img :src="imageIcon"
|
|
|
- class="micon el-tooltip"
|
|
|
- style="width:8px height:8px"
|
|
|
- alt />
|
|
|
- </el-tooltip>
|
|
|
- </template>
|
|
|
+ <el-table-column align="center"
|
|
|
+ label="预期安排">
|
|
|
+
|
|
|
<template slot-scope="scope">
|
|
|
<div>{{scope.row.expectExercisesNum+'次'}}</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column align="center"
|
|
|
- prop
|
|
|
- label="实际安排">
|
|
|
+ width="120"
|
|
|
+ prop>
|
|
|
+ <template slot="header"
|
|
|
+ slot-scope="scope">
|
|
|
+
|
|
|
+ <p style="position: relative; "> 实际安排 <el-tooltip placement="top"
|
|
|
+ popper-class="mTooltip">
|
|
|
+ <div slot="content">
|
|
|
+ 以周为单位,实际发生一次课外训练或网管课作业布置,记一次,一周只统计一次
|
|
|
+ </div>
|
|
|
+ <img :src="imageIcon"
|
|
|
+ class="micon el-tooltip"
|
|
|
+ style="width:8px height:8px"
|
|
|
+ alt />
|
|
|
+ </el-tooltip>
|
|
|
+ </p>
|
|
|
+
|
|
|
+ </template>
|
|
|
<template slot-scope="scope">
|
|
|
<div>{{scope.row.actualExercisesNum+'次'}}</div>
|
|
|
</template>
|
|
@@ -514,6 +518,6 @@ export default {
|
|
|
.micon {
|
|
|
position: absolute;
|
|
|
top: 3px;
|
|
|
- right: 20px;
|
|
|
+ right: 2px;
|
|
|
}
|
|
|
</style>
|