|
@@ -1521,7 +1521,7 @@
|
|
|
src="../../assets/icon/thirdToolList/eval.png"
|
|
|
alt
|
|
|
/>
|
|
|
- <div style="margin: 5px 0">学生互评</div>
|
|
|
+ <div style="margin: 5px 0">个人评价</div>
|
|
|
</div>
|
|
|
<div
|
|
|
class="check"
|
|
@@ -3311,7 +3311,7 @@
|
|
|
class="dialog_diy"
|
|
|
>
|
|
|
<div style="background: #fff; padding: 15px; box-sizing: border-box">
|
|
|
- <div style="font-size: 18px; color: #a9a9a9">请输入学生评价指标:</div>
|
|
|
+ <div style="font-size: 18px; color: #a9a9a9">请输入个人评价指标:</div>
|
|
|
<div class="pjCss" style="width: 100%">
|
|
|
<div
|
|
|
v-if="rateJson.length"
|
|
@@ -3324,7 +3324,7 @@
|
|
|
class="elist_input_box"
|
|
|
>
|
|
|
<span style="min-width: 100px; text-align: right"
|
|
|
- >学生评价指标:</span
|
|
|
+ >个人评价指标:</span
|
|
|
>
|
|
|
<input
|
|
|
type="input"
|
|
@@ -6142,6 +6142,7 @@ export default {
|
|
|
this.templateC.id = "123";
|
|
|
this.courseUserid = res.data[0][0].userid;
|
|
|
this.nbOrder = res.data[0][0].ordernumber;
|
|
|
+ this.courseTypeId = []
|
|
|
for (var i = 0; i < res.data[1].length; i++) {
|
|
|
this.courseTypeId.push(res.data[1][i].typeid);
|
|
|
}
|