From 4c3a39456c7a95cfbb90412fc99d64e14e78c458 Mon Sep 17 00:00:00 2001 From: "DESKTOP-932OMT8\\REN" Date: Tue, 3 Jun 2025 16:22:03 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=20?= =?UTF-8?q?=E5=87=BA=E9=A2=98=E9=A1=B5=E9=9D=A2=E7=8A=B6=E6=80=81=E5=9B=9E?= =?UTF-8?q?=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/paper/question/CdesignForm.vue | 4 +- src/views/paper/question/WpsPptxForm.vue | 11 +--- src/views/paper/question/WpsWordForm.vue | 73 +++++++++++------------- 3 files changed, 39 insertions(+), 49 deletions(-) diff --git a/src/views/paper/question/CdesignForm.vue b/src/views/paper/question/CdesignForm.vue index 0e2aff8..576c19e 100644 --- a/src/views/paper/question/CdesignForm.vue +++ b/src/views/paper/question/CdesignForm.vue @@ -15,7 +15,7 @@
答题程序模板
-
+
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 = [ {