Merge pull request 'zouyf_dev' (#307) from zouyf_dev into main

Reviewed-on: #307
This commit is contained in:
zouyf 2024-10-10 16:03:06 +08:00
commit 89097eab31
1 changed files with 1 additions and 3 deletions

View File

@ -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
" "