@@ -640,7 +640,7 @@
<!-- ai作业得分 -->
<div
class="taskSco"
- v-if="l.content && l.content.length && l.eList && CState == 5"
+ v-if="l.content && l.content.length && l.eList && (CState == 5 || CState == 6)"
>
<div class="taskScoTit">
<div>
@@ -719,7 +719,7 @@
<!-- 阶段 -->
- v-if="l.eList && CState != 5 && lind == k.toolEList.length - 1"
+ v-if="l.eList && CState != 5 && CState != 6 && lind == k.toolEList.length - 1"