-
- {{index+1}}. {{item.userAnswer}}
-
-
- {{index+1}}. 未填写
-
+
+
+
+ {{index+1}}. {{item.userAnswer}}
+
+
+ {{index+1}}. 未填写
+
+
+
+
+ {{scope.row.answer}}
@@ -150,7 +160,8 @@ export default {
expData: [],
editing: false,
loadIns: null,
- loading: false
+ loading: false,
+ project:false
};
},
mounted() {
@@ -164,6 +175,13 @@ export default {
this.$get(`${this.api.reportDetail}?reportId=${this.reportId}`).then(res => {
this.form = res.report;
this.expData = res.userScores;
+ for(var i=0;i