From 47596137ec3d99d4d901c4b2d271b761a8c2317b Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 8 Feb 2023 17:33:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B2=E9=9D=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/AppQuestionBank/AppQuestionBank.vue | 70 ++++++++++ .../app/AppQuestionBank/components/Add.vue | 109 ++++++++++++++++ .../app/AppQuestionBank/components/Detail.vue | 92 +++++++++++++ .../app/AppQuestionBank/components/List.vue | 123 ++++++++++++++++++ 4 files changed, 394 insertions(+) create mode 100644 project/qujing/app/AppQuestionBank/AppQuestionBank.vue create mode 100644 project/qujing/app/AppQuestionBank/components/Add.vue create mode 100644 project/qujing/app/AppQuestionBank/components/Detail.vue create mode 100644 project/qujing/app/AppQuestionBank/components/List.vue diff --git a/project/qujing/app/AppQuestionBank/AppQuestionBank.vue b/project/qujing/app/AppQuestionBank/AppQuestionBank.vue new file mode 100644 index 00000000..f69f33c6 --- /dev/null +++ b/project/qujing/app/AppQuestionBank/AppQuestionBank.vue @@ -0,0 +1,70 @@ + + + + + diff --git a/project/qujing/app/AppQuestionBank/components/Add.vue b/project/qujing/app/AppQuestionBank/components/Add.vue new file mode 100644 index 00000000..c6669bc2 --- /dev/null +++ b/project/qujing/app/AppQuestionBank/components/Add.vue @@ -0,0 +1,109 @@ + + + + + diff --git a/project/qujing/app/AppQuestionBank/components/Detail.vue b/project/qujing/app/AppQuestionBank/components/Detail.vue new file mode 100644 index 00000000..b3c1bb5d --- /dev/null +++ b/project/qujing/app/AppQuestionBank/components/Detail.vue @@ -0,0 +1,92 @@ + + + + + diff --git a/project/qujing/app/AppQuestionBank/components/List.vue b/project/qujing/app/AppQuestionBank/components/List.vue new file mode 100644 index 00000000..06299692 --- /dev/null +++ b/project/qujing/app/AppQuestionBank/components/List.vue @@ -0,0 +1,123 @@ + + + + +