|
@@ -60,55 +60,64 @@
|
|
|
</template>
|
|
|
</template>
|
|
|
<template slot-scope="scope">
|
|
|
- <el-popover
|
|
|
- v-if="
|
|
|
- scope.row.obeRequirements[cindex].obeSubRequirements[sindex]
|
|
|
- .matrixDegree
|
|
|
- "
|
|
|
- placement="right"
|
|
|
- trigger="click"
|
|
|
- >
|
|
|
- <div class="matrix-content" slot="reference">
|
|
|
- {{
|
|
|
+ <template v-if="scope.$index < rowCount - 2">
|
|
|
+ <el-popover
|
|
|
+ v-if="
|
|
|
scope.row.obeRequirements[cindex].obeSubRequirements[
|
|
|
sindex
|
|
|
].matrixDegree
|
|
|
- }}
|
|
|
- </div>
|
|
|
- <div class="matrix-tips">
|
|
|
- <h3>
|
|
|
- <span>
|
|
|
- {{ scope.row.courseName }}
|
|
|
- </span>
|
|
|
- <span v-if="scope.row.courseCode">
|
|
|
- ({{ scope.row.courseCode }})
|
|
|
- </span>
|
|
|
- </h3>
|
|
|
- <p>课程目标达成值:{{ scope.row.courseMatrixDegree }}</p>
|
|
|
- <p>
|
|
|
- 在该指标点下支撑权重:{{
|
|
|
- scope.row.obeRequirements[cindex].obeSubRequirements[
|
|
|
- sindex
|
|
|
- ].scale
|
|
|
- }}
|
|
|
- </p>
|
|
|
- <p>
|
|
|
- 该指标点达成值:{{ scope.row.courseMatrixDegree }} ×
|
|
|
- {{
|
|
|
- scope.row.obeRequirements[cindex].obeSubRequirements[
|
|
|
- sindex
|
|
|
- ].scale
|
|
|
- }}
|
|
|
- =
|
|
|
+ "
|
|
|
+ placement="right"
|
|
|
+ trigger="click"
|
|
|
+ >
|
|
|
+ <div class="matrix-content" slot="reference">
|
|
|
{{
|
|
|
scope.row.obeRequirements[cindex].obeSubRequirements[
|
|
|
sindex
|
|
|
].matrixDegree
|
|
|
}}
|
|
|
- </p>
|
|
|
- </div>
|
|
|
- </el-popover>
|
|
|
- <span v-else>--</span>
|
|
|
+ </div>
|
|
|
+ <div class="matrix-tips">
|
|
|
+ <h3>
|
|
|
+ <span>
|
|
|
+ {{ scope.row.courseName }}
|
|
|
+ </span>
|
|
|
+ <span v-if="scope.row.courseCode">
|
|
|
+ ({{ scope.row.courseCode }})
|
|
|
+ </span>
|
|
|
+ </h3>
|
|
|
+ <p>课程目标达成值:{{ scope.row.courseMatrixDegree }}</p>
|
|
|
+ <p>
|
|
|
+ 在该指标点下支撑权重:{{
|
|
|
+ scope.row.obeRequirements[cindex].obeSubRequirements[
|
|
|
+ sindex
|
|
|
+ ].scale
|
|
|
+ }}
|
|
|
+ </p>
|
|
|
+ <p>
|
|
|
+ 该指标点达成值:{{ scope.row.courseMatrixDegree }} ×
|
|
|
+ {{
|
|
|
+ scope.row.obeRequirements[cindex].obeSubRequirements[
|
|
|
+ sindex
|
|
|
+ ].scale
|
|
|
+ }}
|
|
|
+ =
|
|
|
+ {{
|
|
|
+ scope.row.obeRequirements[cindex].obeSubRequirements[
|
|
|
+ sindex
|
|
|
+ ].matrixDegree
|
|
|
+ }}
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ </el-popover>
|
|
|
+ <span v-else>--</span>
|
|
|
+ </template>
|
|
|
+ <span v-else>
|
|
|
+ {{
|
|
|
+ scope.row.obeRequirements[cindex].obeSubRequirements[sindex]
|
|
|
+ .matrixDegree | defaultFieldFilter
|
|
|
+ }}
|
|
|
+ </span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table-column>
|