From 8ffbff635bd7e1e7ba96d6cabc8f427e228220f5 Mon Sep 17 00:00:00 2001 From: "DESKTOP-932OMT8\\REN" Date: Mon, 23 Jun 2025 17:09:50 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91=20?= =?UTF-8?q?=E5=87=BA=E9=A2=98=E9=A1=B5=E9=9D=A2=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/paper/question/EmailForm.vue | 912 ++++++++++++++++++++ src/views/paper/question/SettingForm.vue | 921 +++++++++++++++++++++ src/views/paper/question/WpsExcelForm.vue | 959 ++++++++++++++++++++++ src/views/paper/question/index.vue | 725 ++++++++-------- 4 files changed, 3131 insertions(+), 386 deletions(-) create mode 100644 src/views/paper/question/EmailForm.vue create mode 100644 src/views/paper/question/SettingForm.vue create mode 100644 src/views/paper/question/WpsExcelForm.vue diff --git a/src/views/paper/question/EmailForm.vue b/src/views/paper/question/EmailForm.vue new file mode 100644 index 0000000..621e142 --- /dev/null +++ b/src/views/paper/question/EmailForm.vue @@ -0,0 +1,912 @@ + + + \ No newline at end of file diff --git a/src/views/paper/question/SettingForm.vue b/src/views/paper/question/SettingForm.vue new file mode 100644 index 0000000..cf769e7 --- /dev/null +++ b/src/views/paper/question/SettingForm.vue @@ -0,0 +1,921 @@ + + + \ No newline at end of file diff --git a/src/views/paper/question/WpsExcelForm.vue b/src/views/paper/question/WpsExcelForm.vue new file mode 100644 index 0000000..4a9fd82 --- /dev/null +++ b/src/views/paper/question/WpsExcelForm.vue @@ -0,0 +1,959 @@ + + + \ No newline at end of file diff --git a/src/views/paper/question/index.vue b/src/views/paper/question/index.vue index 7635d34..4a7da6d 100644 --- a/src/views/paper/question/index.vue +++ b/src/views/paper/question/index.vue @@ -1,14 +1,14 @@