From d57851d4cedad9db465a46cdc64a1ce765d269cf Mon Sep 17 00:00:00 2001 From: HAHA Date: Tue, 12 Apr 2022 09:10:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E7=BB=87=E6=9C=BA=E6=9E=84=E5=92=8C?= =?UTF-8?q?=E4=BA=BA=E5=91=98=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 1 + .../base/organization/organization.vue | 1288 +++++++++++++++++ 2 files changed, 1289 insertions(+) create mode 100644 src/views/modules/base/organization/organization.vue diff --git a/public/index.html b/public/index.html index 6581742c..012587ee 100644 --- a/public/index.html +++ b/public/index.html @@ -8,6 +8,7 @@ + diff --git a/src/views/modules/base/organization/organization.vue b/src/views/modules/base/organization/organization.vue new file mode 100644 index 00000000..c43cd789 --- /dev/null +++ b/src/views/modules/base/organization/organization.vue @@ -0,0 +1,1288 @@ + + + + + \ No newline at end of file