From cc6e201c0f0fb1fab666570a843ab7a91b481c2a Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Sat, 29 Jul 2023 15:10:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../districtSelector/districtSelector.vue | 22 +- components/newArchives/breeding.vue | 17 +- components/newArchives/productionInputs.vue | 22 -- components/newArchives/residents.vue | 16 ++ subpkg/newArchives/newArchives.vue | 2 +- subpkg/updateArchives/updateArchives.vue | 233 +++++++++++++++++- 6 files changed, 273 insertions(+), 39 deletions(-) delete mode 100644 components/newArchives/productionInputs.vue diff --git a/components/districtSelector/districtSelector.vue b/components/districtSelector/districtSelector.vue index 8e37ab1..61c59ab 100644 --- a/components/districtSelector/districtSelector.vue +++ b/components/districtSelector/districtSelector.vue @@ -1,5 +1,6 @@