diff --git a/ruoyi-ui/src/components/VideoUpload/index.vue b/ruoyi-ui/src/components/VideoUpload/index.vue
index 3a2294a7f971e0fb21cca5a31129a42d6bd968cf..f9b6d4587bd7549cde085336a03f602a050ffc28 100644
--- a/ruoyi-ui/src/components/VideoUpload/index.vue
+++ b/ruoyi-ui/src/components/VideoUpload/index.vue
@@ -19,7 +19,7 @@
请上传
- 大小不超过 {{ fileSize }}MB
+ 大小不超过 1GB
格式为 {{ fileType.join("/") }}
的文件
@@ -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 b2604918fcbc1fae358857fb194837c297bfa7a6..2040d00dbd8f5460e2f993cb1ae4998f54ea8113 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 354c1d920d12bb90e7bee964013bb52de6b03296..2c44411cdaeaceb30c6036d9f2c6a0c01392a9b6 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}}
-
+
{{scope.row.score}}
-
+
否
是
@@ -83,7 +83,7 @@
-
+
-
+