Sfoglia il codice sorgente

style(choiceQuestionDetailDialog): 修复缩进并补充答题统计信息

- 修复了c_t72_msg元素的缩进对齐问题
- 在课程数据中补充需要提交总人数和已提交人数的展示项
SanHQin 16 ore fa
parent
commit
e8061c0eb5

+ 3 - 1
src/views/Student/components/choiceQuestionDetailDialog.vue

@@ -342,7 +342,7 @@
       <div class="c_t72" v-if="props.showData && props.showData.toolType === 72">
         <div class="c_t72_title">{{ lang.ssAiApp }}</div>
         <span class="c_t72_type">{{ lang.ssAiApp }}</span>
-                <div class="c_t72_msg">
+        <div class="c_t72_msg">
           <div>{{ lang.ssAnswerCount }} {{ props.showData.workArray.length }}<span
               v-if="props.showData.unsubmittedStudents.length > 0">/{{ props.showData.workArray.length +
                 props.showData.unsubmittedStudents.length
@@ -1576,6 +1576,8 @@ ${a.content}\n`
 课程数据:
 - 课程名称:${props.courseDetail.title}
 - 课程学科:${props.courseDetail.name}
+- 需要提交人数:${props.showData.workArray.length + props.showData.unsubmittedStudents.length}
+- 已提交人数:${props.showData.workArray.length}
 当前页面答题数据(AI应用):【分析重点】
 - AI应用
 - 对话数据:${chatMsg}`