|
@@ -79,7 +79,11 @@
|
|
}}
|
|
}}
|
|
</span>
|
|
</span>
|
|
<span class="tw-text-center question-score">
|
|
<span class="tw-text-center question-score">
|
|
- {{ question.score === -1 ? "未选做" : question.score || 0 }}
|
|
|
|
|
|
+ {{
|
|
|
|
+ question.score === -1 || question.hasSetUnselective
|
|
|
|
+ ? "未选做"
|
|
|
|
+ : question.score || 0
|
|
|
|
+ }}
|
|
</span>
|
|
</span>
|
|
<!-- <input
|
|
<!-- <input
|
|
:disabled="question.score === -1"
|
|
:disabled="question.score === -1"
|