客观题不许修改分数
This commit is contained in:
parent
6038ae3bd6
commit
fd734ab645
|
@ -121,9 +121,7 @@
|
||||||
:max="classWorkFormScore.teacherRating[sIndex].maxScore"
|
:max="classWorkFormScore.teacherRating[sIndex].maxScore"
|
||||||
size="small"
|
size="small"
|
||||||
:disabled="
|
:disabled="
|
||||||
(quItem.worktype == '单选题' || quItem.worktype == '多选题') &&
|
(quItem.worktype == '单选题' || quItem.worktype == '多选题' || quItem.worktype == '判断题')
|
||||||
stuItem.feedcontent == stuItem.rightanswer &&
|
|
||||||
stuItem.feedcontent != ''
|
|
||||||
? true
|
? true
|
||||||
: false
|
: false
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in New Issue