From e8ff0145985f0f6ed8cb8ecfeaaa65c8587230b8 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 8 Dec 2022 13:36:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E8=80=83=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppMicrodiskManage/AppMicrodiskManage.vue | 66 +++ .../app/AppMicrodiskManage/components/Add.vue | 203 ++++++++ .../AppMicrodiskManage/components/List.vue | 464 ++++++++++++++++++ 3 files changed, 733 insertions(+) create mode 100644 project/hlj/app/AppMicrodiskManage/AppMicrodiskManage.vue create mode 100644 project/hlj/app/AppMicrodiskManage/components/Add.vue create mode 100644 project/hlj/app/AppMicrodiskManage/components/List.vue diff --git a/project/hlj/app/AppMicrodiskManage/AppMicrodiskManage.vue b/project/hlj/app/AppMicrodiskManage/AppMicrodiskManage.vue new file mode 100644 index 00000000..370a84d1 --- /dev/null +++ b/project/hlj/app/AppMicrodiskManage/AppMicrodiskManage.vue @@ -0,0 +1,66 @@ + + + + + diff --git a/project/hlj/app/AppMicrodiskManage/components/Add.vue b/project/hlj/app/AppMicrodiskManage/components/Add.vue new file mode 100644 index 00000000..542f1cae --- /dev/null +++ b/project/hlj/app/AppMicrodiskManage/components/Add.vue @@ -0,0 +1,203 @@ + + + + + diff --git a/project/hlj/app/AppMicrodiskManage/components/List.vue b/project/hlj/app/AppMicrodiskManage/components/List.vue new file mode 100644 index 00000000..752adc33 --- /dev/null +++ b/project/hlj/app/AppMicrodiskManage/components/List.vue @@ -0,0 +1,464 @@ + + + + +