From b4ffe30ca2cbef313bf7899c128e1399c508aa25 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Wed, 5 Jun 2024 08:37:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20edu=E9=A1=B5=E9=9D=A2=E5=9F=BA=E6=9C=AC?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/edu/exam.vue | 267 ++++++++++++++++++++++- src/views/edu/paper.vue | 136 +++++++++++- src/views/edu/paper_form.vue | 363 +++++++++++++++++++++++++++++++ src/views/edu/question.vue | 406 +++++++++++++++++++++++++++++------ 4 files changed, 1093 insertions(+), 79 deletions(-) create mode 100644 src/views/edu/paper_form.vue diff --git a/src/views/edu/exam.vue b/src/views/edu/exam.vue index 74cc76ac..b34634f7 100644 --- a/src/views/edu/exam.vue +++ b/src/views/edu/exam.vue @@ -1,5 +1,264 @@ \ No newline at end of file + + +
+ +
+
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/src/views/edu/paper.vue b/src/views/edu/paper.vue index 74cc76ac..d8be676e 100644 --- a/src/views/edu/paper.vue +++ b/src/views/edu/paper.vue @@ -1,5 +1,133 @@ \ No newline at end of file + + +
+ +
+
+ + +
+
+ + + + + + + + + + + + + + + +
+ + diff --git a/src/views/edu/paper_form.vue b/src/views/edu/paper_form.vue new file mode 100644 index 00000000..f3fd4800 --- /dev/null +++ b/src/views/edu/paper_form.vue @@ -0,0 +1,363 @@ + + diff --git a/src/views/edu/question.vue b/src/views/edu/question.vue index 8d30f934..73922d58 100644 --- a/src/views/edu/question.vue +++ b/src/views/edu/question.vue @@ -21,21 +21,18 @@ :apiObj="apiObj0" row-key="id" :query="query" - :isTree="true" - stripe - default-expand-all + :isTree="true" + stripe + default-expand-all hidePagination - @dataChange="dataChange0" + @dataChange="dataChange0" + @row-click="cateClick" > - +