From 12331f89704df24508726f2eed48a871f4ae4dce Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 8 Feb 2023 14:08:51 +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 --- .../AppExaminationManage.vue | 70 +++++ .../AppExaminationManage/components/Add.vue | 280 ++++++++++++++++++ .../components/Detail.vue | 92 ++++++ .../AppExaminationManage/components/List.vue | 148 +++++++++ 4 files changed, 590 insertions(+) create mode 100644 project/qujing/app/AppExaminationManage/AppExaminationManage.vue create mode 100644 project/qujing/app/AppExaminationManage/components/Add.vue create mode 100644 project/qujing/app/AppExaminationManage/components/Detail.vue create mode 100644 project/qujing/app/AppExaminationManage/components/List.vue diff --git a/project/qujing/app/AppExaminationManage/AppExaminationManage.vue b/project/qujing/app/AppExaminationManage/AppExaminationManage.vue new file mode 100644 index 00000000..062b3a20 --- /dev/null +++ b/project/qujing/app/AppExaminationManage/AppExaminationManage.vue @@ -0,0 +1,70 @@ + + + + + diff --git a/project/qujing/app/AppExaminationManage/components/Add.vue b/project/qujing/app/AppExaminationManage/components/Add.vue new file mode 100644 index 00000000..e870c3b4 --- /dev/null +++ b/project/qujing/app/AppExaminationManage/components/Add.vue @@ -0,0 +1,280 @@ + + + + + diff --git a/project/qujing/app/AppExaminationManage/components/Detail.vue b/project/qujing/app/AppExaminationManage/components/Detail.vue new file mode 100644 index 00000000..b3c1bb5d --- /dev/null +++ b/project/qujing/app/AppExaminationManage/components/Detail.vue @@ -0,0 +1,92 @@ + + + + + diff --git a/project/qujing/app/AppExaminationManage/components/List.vue b/project/qujing/app/AppExaminationManage/components/List.vue new file mode 100644 index 00000000..877e06bb --- /dev/null +++ b/project/qujing/app/AppExaminationManage/components/List.vue @@ -0,0 +1,148 @@ + + + + +