diff --git a/src/components/Form/src/jeecg/components/JUpload/JUpload.vue b/src/components/Form/src/jeecg/components/JUpload/JUpload.vue index df41ced..18b7bef 100644 --- a/src/components/Form/src/jeecg/components/JUpload/JUpload.vue +++ b/src/components/Form/src/jeecg/components/JUpload/JUpload.vue @@ -644,7 +644,7 @@ function uploadFn(customRequestData) { console.log("🚀 ~ uploadFn ~ fileSize:", fileSize) if(fileSize>1024*1024*150){ - let jjj = {success:false,code:0,message:'文件大小不能超过1500M,请重新上传',result:null,timestamp:new Date().getTime()} + let jjj = {success:false,code:0,message:'文件大小不能超过150M,请重新上传',result:null,timestamp:new Date().getTime()} setTimeout(() => { onError(jjj, jjj, file); }, 1000); diff --git a/src/views/zy/zyInfo/StudentZyInfoList.vue b/src/views/zy/zyInfo/StudentZyInfoList.vue index aa64777..fff1187 100644 --- a/src/views/zy/zyInfo/StudentZyInfoList.vue +++ b/src/views/zy/zyInfo/StudentZyInfoList.vue @@ -81,6 +81,7 @@ > 互评 + 更新查重结果 @@ -165,6 +166,14 @@ function handleHpfs(record) { router.push({ path: href, query: { rwbh, xqxn, type, teano, zyStuId: record.stuId, mainId: record.id } }); } +function handlegxccjg(record){ +console.log("🚀 ~ handlegxccjg ~ record:", record) + defHttp.get({ url: '/zyInfoStudent/zyInfoStudent/getStudentCcjg', params: { id: record.stuId} }).then((res) => { + console.log("🚀 ~ handlegxccjg ~ res:", res) + reload(); + }); +} + function handleOpenCcjg(record, type) { console.log('🤷', record); var text = '0'; diff --git a/src/views/zy/zyInfo/ZyInfoV2List.vue b/src/views/zy/zyInfo/ZyInfoV2List.vue index d0f07ce..dc336b5 100644 --- a/src/views/zy/zyInfo/ZyInfoV2List.vue +++ b/src/views/zy/zyInfo/ZyInfoV2List.vue @@ -229,13 +229,13 @@
查重设置
+ /> + :min="0" > @@ -243,22 +243,22 @@ v-if="zyInfo.sfcc == '1'">
维普
- + 维普资源库查重
中文科技期刊数据库、硕博学位论文库、高校特色论文库、互联网数据资源/互联网文档资源
- + 学校作业库查重
历届学生提供的作业库内查重
- + 本次作业查重
本次学生提交的作业间查重
AIGC
- + AIGC查重
检测作业是否部分或全部由AI模型生成