diff --git a/src/views/paper/question/WpsPptxForm.vue b/src/views/paper/question/WpsPptxForm.vue
index 515312f..c1b1775 100644
--- a/src/views/paper/question/WpsPptxForm.vue
+++ b/src/views/paper/question/WpsPptxForm.vue
@@ -58,13 +58,8 @@
-
- {{ dict.label }}
-
+ 启用
+ 禁用
@@ -521,7 +516,7 @@ const resetForm = () => {
pointNames: '',
audit: '',
subjectName: '',
- status: '',
+ status: '0',
resourceValue: '',
answerList: [
{
diff --git a/src/views/paper/question/WpsWordForm.vue b/src/views/paper/question/WpsWordForm.vue
index f47316b..fc630f2 100644
--- a/src/views/paper/question/WpsWordForm.vue
+++ b/src/views/paper/question/WpsWordForm.vue
@@ -58,13 +58,8 @@
-
- {{ dict.label }}
-
+ 启用
+ 禁用
@@ -270,10 +265,10 @@ const formData = ref({
resourceValue: '',
answerList: [
{
- image: "",
- content: "",
- contentIn: "",
- scoreRate: "",
+ image: '',
+ content: '',
+ contentIn: '',
+ scoreRate: ''
}
],
fileUploads: [
@@ -556,36 +551,36 @@ const resetForm = () => {
pointNames: '',
audit: '',
subjectName: '',
- status: '',
+ status: '0',
resourceValue: '',
answerList: [
- {
- image: "",
- content: "",
- contentIn: "",
- scoreRate: "",
- }
- ],
- fileUploads: [
- {
- quId: '',
- url: '',
- fileType: '0',
- fileName: ''
- },
- {
- quId: '',
- url: '',
- fileType: '1',
- fileName: ''
- },
- {
- quId: '',
- url: '',
- fileType: '2',
- fileName: ''
- }
- ]
+ {
+ image: '',
+ content: '',
+ contentIn: '',
+ scoreRate: ''
+ }
+ ],
+ fileUploads: [
+ {
+ quId: '',
+ url: '',
+ fileType: '0',
+ fileName: ''
+ },
+ {
+ quId: '',
+ url: '',
+ fileType: '1',
+ fileName: ''
+ },
+ {
+ quId: '',
+ url: '',
+ fileType: '2',
+ fileName: ''
+ }
+ ]
}
documentList.value = [
{