fix:作业附件上传问题

This commit is contained in:
wyx
2023-02-20 21:25:21 +08:00
parent 5f9134fe59
commit af216b7052
2 changed files with 6 additions and 6 deletions

View File

@@ -325,9 +325,9 @@
:href="
fielPath + value.workUploadAddress?.split(',')[0] ||
''
"
>{{ value.workUploadAddress?.split(",")[0] }}</el-link
>
">
{{ value.workUploadAddress?.slice(value.workUploadAddress.lastIndexOf('/')+1) }}
</el-link>
</span>
</div>
</div>
@@ -493,7 +493,7 @@ console.log("data==----->", data);
const { data: submitList } = useRequest(TASK_WORK_SUBMIT_LIST, {
workerId: workId,
});
console.log("submitList==----->", submitList);
// 判断是否已经提交过成绩
const submitScore = ref(false);
@@ -928,7 +928,7 @@ function reUpload(i) {
.content3 {
margin-top: 14px;
margin-left: 20px;
width: 230px;
// width: 230px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;