|
@@ -20,7 +20,7 @@
|
|
|
v-if="props.showData.unsubmittedStudents.length > 0">/{{ props.showData.unsubmittedStudents.length
|
|
v-if="props.showData.unsubmittedStudents.length > 0">/{{ props.showData.unsubmittedStudents.length
|
|
|
}}</span></div>
|
|
}}</span></div>
|
|
|
<span v-if="props.showData.unsubmittedStudents.length > 0" @click="viewUnsubmittedStudents()">{{
|
|
<span v-if="props.showData.unsubmittedStudents.length > 0" @click="viewUnsubmittedStudents()">{{
|
|
|
- lang.ssViewUnsubmittedStudents }}</span>
|
|
|
|
|
|
|
+ lang.ssViewSubmitStatus2 }}</span>
|
|
|
</div>
|
|
</div>
|
|
|
<!--<span class="c_t45_t_btn" :class="{'c_t45_t_btn_noActive': props.showData.workIndex <= 0}" @click="changeWorkIndex(0)">{{ lang.ssPrevQ }}</span>-->
|
|
<!--<span class="c_t45_t_btn" :class="{'c_t45_t_btn_noActive': props.showData.workIndex <= 0}" @click="changeWorkIndex(0)">{{ lang.ssPrevQ }}</span>-->
|
|
|
<!--<span class="c_t45_t_btn" :class="{'c_t45_t_btn_noActive': props.showData.workIndex >= props.showData.choiceQuestionListData.length - 1}" @click="changeWorkIndex(1)">{{ lang.ssNextQ }}</span>-->
|
|
<!--<span class="c_t45_t_btn" :class="{'c_t45_t_btn_noActive': props.showData.workIndex >= props.showData.choiceQuestionListData.length - 1}" @click="changeWorkIndex(1)">{{ lang.ssNextQ }}</span>-->
|
|
@@ -869,7 +869,7 @@ watch(
|
|
|
|
|
|
|
|
// 查看未提交学生
|
|
// 查看未提交学生
|
|
|
const viewUnsubmittedStudents = () => {
|
|
const viewUnsubmittedStudents = () => {
|
|
|
- selectUserDialogRef.value.open(lang.ssUnsubmittedStudents, { user: props.showData.unsubmittedStudents.map((item: any) => item.name) })
|
|
|
|
|
|
|
+ selectUserDialogRef.value.open(lang.ssSubmitStatus, { user: props.showData.unsubmittedStudents.map((item: any) => item.name),notFiledUser:props.showData.unsubmittedStudents.map((item: any) => item.name),isSubmitUser: props.workArray.map((item: any) => item.name)})
|
|
|
// if (props.unsubmittedStudents.length > 0) {
|
|
// if (props.unsubmittedStudents.length > 0) {
|
|
|
// unsubmittedStudentsDialogRef.value.open(props.unsubmittedStudents)
|
|
// unsubmittedStudentsDialogRef.value.open(props.unsubmittedStudents)
|
|
|
// }
|
|
// }
|