diff --git a/src/views/site/common/video/videojs/viewPage.vue b/src/views/site/common/video/videojs/viewPage.vue index 32340a4..f575f50 100644 --- a/src/views/site/common/video/videojs/viewPage.vue +++ b/src/views/site/common/video/videojs/viewPage.vue @@ -35,13 +35,14 @@
本教室容量:{{ktangInfo?.jiaoshirongliang?.jsrl || ' '}}座位 选课人数:{{ ktangInfo.xkrs || ' ' }} - 出勤人数: {{ ktangInfo?.kcDetectionDetailed?.num||'89' }} + AI识别出勤人数: {{ ktangInfo?.kcDetectionDetailed?.num||'-' }} - + + ? @@ -420,18 +421,12 @@ function handleZqrs(record){ console.log(`🚀 ~ handleZqrs ~ record:`, record) console.log(`🚀 ~ handleZqrs ~ zqrsList:`, record.zqrsList) var a = record.detectionMain; - - a.detectionDetailedList = record.zqrsList - handleZqrsDetail(a); - - // if(record.zqrsList){ - // a.detectionDetailedList = record.zqrsList - // handleZqrsDetail(a); - // }else{ - // createMessage.warning("暂无数据!") - // // a.detectionDetailedList = [{}] - // // handleZqrsDetail(a); - // } + if(record.zqrsList){ + a.detectionDetailedList = record.zqrsList + handleZqrsDetail(a); + }else{ + createMessage.warning("暂无数据!") + } } function handleZqrsDetail(record: Recordable) { @@ -522,4 +517,15 @@ video::-webkit-media-controls-timeline { .miniButtonRight { float: right } + +.helpClass{ + font-size: 16px; + font-weight: 700; + /* background: #1c84c6; */ + color: #1c84c6; + border-radius: 5px; + padding: 1px 8px; + border: 1px #1c84c6 solid; + cursor: pointer; +} \ No newline at end of file diff --git a/src/views/zy/sysZy/studentzygl/StudentzyglList.vue b/src/views/zy/sysZy/studentzygl/StudentzyglList.vue index 8a910b4..c2f21ce 100644 --- a/src/views/zy/sysZy/studentzygl/StudentzyglList.vue +++ b/src/views/zy/sysZy/studentzygl/StudentzyglList.vue @@ -39,6 +39,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -81,7 +126,7 @@ {{record.wwxsl}}% 检测中 - 未提交 + - @@ -92,7 +137,7 @@ {{record.nwxsl}}% 检测中 - 未提交 + - @@ -103,7 +148,7 @@ {{record.aigcxsl}}% 检测中 - 未提交 + - @@ -114,7 +159,7 @@ {{record.xnxsl}}% 检测中 - 未提交 + - @@ -138,6 +183,8 @@ const baseApiUrl = globSetting.domainUrl; const { createMessage } = useMessage(); const queryParam = ref({}); + const dictOptions2 = ref([{value:'',label:'全部'},{value:'未提交',label:'未提交'},{value:'已提交',label:'已提交'},{value:'已评分',label:'已评分'}]); + const dictOptions = ref([{value:'',label:'全部'},{value:'未通过',label:'未通过'},{value:'通过',label:'通过'},]); const toggleSearchStatus = ref(false); const registerModal = ref(); //注册table数据 diff --git a/src/views/zy/zyInfoStudent/ZyInfoStudentList.vue b/src/views/zy/zyInfoStudent/ZyInfoStudentList.vue index 80d6219..7a059de 100644 --- a/src/views/zy/zyInfoStudent/ZyInfoStudentList.vue +++ b/src/views/zy/zyInfoStudent/ZyInfoStudentList.vue @@ -59,45 +59,65 @@