From 0625c7645ee7edd135b3d914d6a8b668c00314d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=B8=85?= Date: Wed, 22 Oct 2025 19:24:58 +0800 Subject: [PATCH] =?UTF-8?q?1.BUG=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/components/VideoUpload/index.vue | 4 ++-- ruoyi-ui/src/views/hezhi/examSubject/index.vue | 2 +- ruoyi-ui/src/views/hezhi/examSubject/subjectAnswer.vue | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ruoyi-ui/src/components/VideoUpload/index.vue b/ruoyi-ui/src/components/VideoUpload/index.vue index 3a2294a..f9b6d45 100644 --- a/ruoyi-ui/src/components/VideoUpload/index.vue +++ b/ruoyi-ui/src/components/VideoUpload/index.vue @@ -19,7 +19,7 @@
请上传 - + 的文件
@@ -47,7 +47,7 @@ export default { // 大小限制(MB) fileSize: { type: Number, - default: 100, + default: 1024, }, // 文件类型, 例如['png', 'jpg', 'jpeg'] fileType: { diff --git a/ruoyi-ui/src/views/hezhi/examSubject/index.vue b/ruoyi-ui/src/views/hezhi/examSubject/index.vue index b260491..2040d00 100644 --- a/ruoyi-ui/src/views/hezhi/examSubject/index.vue +++ b/ruoyi-ui/src/views/hezhi/examSubject/index.vue @@ -410,7 +410,7 @@ export default { if (subjectType === 3) { this.form.score = 1; } - if (subjectType === 4) { + if (subjectType === 4 || subjectType === 5 || subjectType === 6) { this.form.score = 10; } }, diff --git a/ruoyi-ui/src/views/hezhi/examSubject/subjectAnswer.vue b/ruoyi-ui/src/views/hezhi/examSubject/subjectAnswer.vue index 354c1d9..2c44411 100644 --- a/ruoyi-ui/src/views/hezhi/examSubject/subjectAnswer.vue +++ b/ruoyi-ui/src/views/hezhi/examSubject/subjectAnswer.vue @@ -18,7 +18,7 @@ - + @@ -28,12 +28,12 @@ {{scope.row.subjectName}} - + - +