|
@@ -27,12 +27,7 @@
|
|
|
label="小题满分"
|
|
|
width="80px"
|
|
|
></el-table-column>
|
|
|
- <el-table-column prop="target" label="所属课程目标">
|
|
|
- <template slot-scope="scope">
|
|
|
- <p v-for="target in scope.row.targetList" :key="target.targetId">
|
|
|
- {{ target.targetName }}
|
|
|
- </p>
|
|
|
- </template>
|
|
|
+ <el-table-column prop="courseTargetName" label="所属课程目标">
|
|
|
</el-table-column>
|
|
|
<!-- <el-table-column prop="dimensionList" label="知识点">
|
|
|
<template slot-scope="scope">
|
|
@@ -196,6 +191,7 @@ export default {
|
|
|
},
|
|
|
dimensionSelected(targetList) {
|
|
|
this.curRow.targetList = targetList;
|
|
|
+ this.curRow.courseTargetName = targetList[0].targetName;
|
|
|
},
|
|
|
async submit() {
|
|
|
if (!this.checkData()) {
|