From a784c2c9b45c968b08c617b519d6377bce148960 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 20 Nov 2023 10:25:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=81=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppGeneralElection/AppGeneralElection.vue | 60 +++ .../components/Statistics.vue | 152 +++++++ .../components/electionAdd.vue | 284 ++++++++++++ .../components/electionList.vue | 148 ++++++ .../AppOrganizationChange.vue | 59 +++ .../AppOrganizationChange/components/List.vue | 109 +++++ .../components/detailPanel.vue | 157 +++++++ .../components/history.vue | 93 ++++ .../components/moment.vue | 82 ++++ .../components/organizationSetting.vue | 195 ++++++++ .../AppVillageAuxiliarPolice.vue | 67 +++ .../components/Add.vue | 126 ++++++ .../components/List.vue | 426 ++++++++++++++++++ 13 files changed, 1958 insertions(+) create mode 100644 project/biaopin/AppGeneralElection/AppGeneralElection.vue create mode 100644 project/biaopin/AppGeneralElection/components/Statistics.vue create mode 100644 project/biaopin/AppGeneralElection/components/electionAdd.vue create mode 100644 project/biaopin/AppGeneralElection/components/electionList.vue create mode 100644 project/biaopin/AppOrganizationChange/AppOrganizationChange.vue create mode 100644 project/biaopin/AppOrganizationChange/components/List.vue create mode 100644 project/biaopin/AppOrganizationChange/components/detailPanel.vue create mode 100644 project/biaopin/AppOrganizationChange/components/history.vue create mode 100644 project/biaopin/AppOrganizationChange/components/moment.vue create mode 100644 project/biaopin/AppOrganizationChange/components/organizationSetting.vue create mode 100644 project/biaopin/AppVillageAuxiliarPolice/AppVillageAuxiliarPolice.vue create mode 100644 project/biaopin/AppVillageAuxiliarPolice/components/Add.vue create mode 100644 project/biaopin/AppVillageAuxiliarPolice/components/List.vue diff --git a/project/biaopin/AppGeneralElection/AppGeneralElection.vue b/project/biaopin/AppGeneralElection/AppGeneralElection.vue new file mode 100644 index 00000000..1ec02caa --- /dev/null +++ b/project/biaopin/AppGeneralElection/AppGeneralElection.vue @@ -0,0 +1,60 @@ + + + + + diff --git a/project/biaopin/AppGeneralElection/components/Statistics.vue b/project/biaopin/AppGeneralElection/components/Statistics.vue new file mode 100644 index 00000000..ce2e6910 --- /dev/null +++ b/project/biaopin/AppGeneralElection/components/Statistics.vue @@ -0,0 +1,152 @@ + + + + + \ No newline at end of file diff --git a/project/biaopin/AppGeneralElection/components/electionAdd.vue b/project/biaopin/AppGeneralElection/components/electionAdd.vue new file mode 100644 index 00000000..2225f7c8 --- /dev/null +++ b/project/biaopin/AppGeneralElection/components/electionAdd.vue @@ -0,0 +1,284 @@ + + + + + diff --git a/project/biaopin/AppGeneralElection/components/electionList.vue b/project/biaopin/AppGeneralElection/components/electionList.vue new file mode 100644 index 00000000..c561927e --- /dev/null +++ b/project/biaopin/AppGeneralElection/components/electionList.vue @@ -0,0 +1,148 @@ + + + + + diff --git a/project/biaopin/AppOrganizationChange/AppOrganizationChange.vue b/project/biaopin/AppOrganizationChange/AppOrganizationChange.vue new file mode 100644 index 00000000..1284f5c6 --- /dev/null +++ b/project/biaopin/AppOrganizationChange/AppOrganizationChange.vue @@ -0,0 +1,59 @@ + + + + + diff --git a/project/biaopin/AppOrganizationChange/components/List.vue b/project/biaopin/AppOrganizationChange/components/List.vue new file mode 100644 index 00000000..d24043da --- /dev/null +++ b/project/biaopin/AppOrganizationChange/components/List.vue @@ -0,0 +1,109 @@ + + + + + diff --git a/project/biaopin/AppOrganizationChange/components/detailPanel.vue b/project/biaopin/AppOrganizationChange/components/detailPanel.vue new file mode 100644 index 00000000..1b1d895f --- /dev/null +++ b/project/biaopin/AppOrganizationChange/components/detailPanel.vue @@ -0,0 +1,157 @@ + + + + + diff --git a/project/biaopin/AppOrganizationChange/components/history.vue b/project/biaopin/AppOrganizationChange/components/history.vue new file mode 100644 index 00000000..113a7168 --- /dev/null +++ b/project/biaopin/AppOrganizationChange/components/history.vue @@ -0,0 +1,93 @@ + + + + + diff --git a/project/biaopin/AppOrganizationChange/components/moment.vue b/project/biaopin/AppOrganizationChange/components/moment.vue new file mode 100644 index 00000000..b86dc023 --- /dev/null +++ b/project/biaopin/AppOrganizationChange/components/moment.vue @@ -0,0 +1,82 @@ + + + + + diff --git a/project/biaopin/AppOrganizationChange/components/organizationSetting.vue b/project/biaopin/AppOrganizationChange/components/organizationSetting.vue new file mode 100644 index 00000000..24b376c3 --- /dev/null +++ b/project/biaopin/AppOrganizationChange/components/organizationSetting.vue @@ -0,0 +1,195 @@ + + + + + diff --git a/project/biaopin/AppVillageAuxiliarPolice/AppVillageAuxiliarPolice.vue b/project/biaopin/AppVillageAuxiliarPolice/AppVillageAuxiliarPolice.vue new file mode 100644 index 00000000..27c5937f --- /dev/null +++ b/project/biaopin/AppVillageAuxiliarPolice/AppVillageAuxiliarPolice.vue @@ -0,0 +1,67 @@ + + + + + diff --git a/project/biaopin/AppVillageAuxiliarPolice/components/Add.vue b/project/biaopin/AppVillageAuxiliarPolice/components/Add.vue new file mode 100644 index 00000000..9703ff23 --- /dev/null +++ b/project/biaopin/AppVillageAuxiliarPolice/components/Add.vue @@ -0,0 +1,126 @@ + + + + + diff --git a/project/biaopin/AppVillageAuxiliarPolice/components/List.vue b/project/biaopin/AppVillageAuxiliarPolice/components/List.vue new file mode 100644 index 00000000..c4690cbd --- /dev/null +++ b/project/biaopin/AppVillageAuxiliarPolice/components/List.vue @@ -0,0 +1,426 @@ + + + + +