From de2dc55f3a4f7560c1ce634d025fe76374a86273 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 28 Jul 2023 16:09:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BA=86=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=A1=A3=E6=A1=88=E9=A1=B5=E9=9D=A2,=E5=B8=B8=E4=BD=8F?= =?UTF-8?q?=E4=BA=BA=E5=8F=A3=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/newArchives/model.vue | 22 ++ components/newArchives/productionInputs.vue | 22 ++ components/newArchives/residents.vue | 214 ++++++++++++++++++++ subpkg/archives/archives.vue | 43 ++++ subpkg/newArchives/newArchives.vue | 160 +++++++++++++++ 5 files changed, 461 insertions(+) create mode 100644 components/newArchives/model.vue create mode 100644 components/newArchives/productionInputs.vue create mode 100644 components/newArchives/residents.vue create mode 100644 subpkg/archives/archives.vue create mode 100644 subpkg/newArchives/newArchives.vue diff --git a/components/newArchives/model.vue b/components/newArchives/model.vue new file mode 100644 index 0000000..383b7c2 --- /dev/null +++ b/components/newArchives/model.vue @@ -0,0 +1,22 @@ + + + + + \ No newline at end of file diff --git a/components/newArchives/productionInputs.vue b/components/newArchives/productionInputs.vue new file mode 100644 index 0000000..923406e --- /dev/null +++ b/components/newArchives/productionInputs.vue @@ -0,0 +1,22 @@ + + + + + \ No newline at end of file diff --git a/components/newArchives/residents.vue b/components/newArchives/residents.vue new file mode 100644 index 0000000..baca0a0 --- /dev/null +++ b/components/newArchives/residents.vue @@ -0,0 +1,214 @@ + + + + + + \ No newline at end of file diff --git a/subpkg/archives/archives.vue b/subpkg/archives/archives.vue new file mode 100644 index 0000000..c200836 --- /dev/null +++ b/subpkg/archives/archives.vue @@ -0,0 +1,43 @@ + + + + + \ No newline at end of file diff --git a/subpkg/newArchives/newArchives.vue b/subpkg/newArchives/newArchives.vue new file mode 100644 index 0000000..913cb6e --- /dev/null +++ b/subpkg/newArchives/newArchives.vue @@ -0,0 +1,160 @@ + + + + + \ No newline at end of file