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