|
@@ -6557,7 +6557,7 @@
|
|
|
展开
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div v-if="chapInfoList[courseType].chapterInfo[0].taskJson[taskCount].eList && courseDetail.state == 5">
|
|
|
+ <div v-if="courseDetail.userid == userid && chapInfoList[courseType].chapterInfo[0].taskJson[taskCount].eList && courseDetail.state == 5">
|
|
|
<div class="ScoreBtn" v-if="!loopLoading[toolIndex].loading" @click="loopEva(worksStudent[toolIndex],chapInfoList[courseType].chapterInfo[0].taskJson[taskCount].eList,courseType,taskCount,toolIndex,tool.toolDetail)" >
|
|
|
<img src="../../assets/icon/newIcons/rootImg.png" alt="">
|
|
|
AI评分
|
|
@@ -6641,13 +6641,13 @@
|
|
|
ref="markSco"
|
|
|
@updateLoading=updateLoading
|
|
|
@updateDocSco=updateDocSco
|
|
|
- :wIndex=wIndex
|
|
|
+ :wIndex="wIndex"
|
|
|
:scoCon="w"
|
|
|
:TotalScore="AIloading[toolIndex][wIndex].sco"
|
|
|
:toolIndex="toolIndex"
|
|
|
:key="refreshKey"
|
|
|
:refreshKey="refreshKey"
|
|
|
- :toolDetail=tool.toolDetail
|
|
|
+ :toolDetail="tool.toolDetail"
|
|
|
:stage="courseType"
|
|
|
:task="taskCount"
|
|
|
:scoTit="chapInfoList[courseType].chapterInfo[0].taskJson[taskCount].eList">
|
|
@@ -6664,7 +6664,9 @@
|
|
|
w.ateacher == userid,
|
|
|
}"
|
|
|
>
|
|
|
- <span v-if="AIloading[toolIndex][wIndex].sco">{{ AIloading[toolIndex][wIndex].loading? '评分中' : AIloading[toolIndex][wIndex].sco + "分" }}</span>
|
|
|
+ <span v-if="AIloading[toolIndex][wIndex].sco">
|
|
|
+ {{ AIloading[toolIndex][wIndex].loading? '评分中' : AIloading[toolIndex][wIndex].sco + "分" }}
|
|
|
+ </span>
|
|
|
<span v-else>
|
|
|
{{AIloading[toolIndex][wIndex].loading? '评分中' :'评分'}}{{w.Total}}
|
|
|
</span>
|