From 912c68a8cd59e4efd6cc830b2c00da59a1354285 Mon Sep 17 00:00:00 2001 From: zyn Date: Fri, 13 Oct 2023 16:56:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E5=A4=96=E9=83=A8=E4=BC=9A=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hzwlComponents/exportDialog.vue | 62 ++++ src/components/hzwlComponents/importZip.vue | 106 ++++++ .../meeting/components/advancedSearch.vue | 184 ++++++++++ .../meeting/components/editDrawer.vue | 316 ++++++++++++++++++ src/pages/policyRegulation/meeting/index.vue | 292 ++++++++++++++++ 5 files changed, 960 insertions(+) create mode 100644 src/components/hzwlComponents/exportDialog.vue create mode 100644 src/components/hzwlComponents/importZip.vue create mode 100644 src/pages/policyRegulation/meeting/components/advancedSearch.vue create mode 100644 src/pages/policyRegulation/meeting/components/editDrawer.vue create mode 100644 src/pages/policyRegulation/meeting/index.vue diff --git a/src/components/hzwlComponents/exportDialog.vue b/src/components/hzwlComponents/exportDialog.vue new file mode 100644 index 000000000..8dddf379a --- /dev/null +++ b/src/components/hzwlComponents/exportDialog.vue @@ -0,0 +1,62 @@ + + + + + diff --git a/src/components/hzwlComponents/importZip.vue b/src/components/hzwlComponents/importZip.vue new file mode 100644 index 000000000..d2bd27df7 --- /dev/null +++ b/src/components/hzwlComponents/importZip.vue @@ -0,0 +1,106 @@ + + + + + diff --git a/src/pages/policyRegulation/meeting/components/advancedSearch.vue b/src/pages/policyRegulation/meeting/components/advancedSearch.vue new file mode 100644 index 000000000..a19820a9b --- /dev/null +++ b/src/pages/policyRegulation/meeting/components/advancedSearch.vue @@ -0,0 +1,184 @@ + + + + + diff --git a/src/pages/policyRegulation/meeting/components/editDrawer.vue b/src/pages/policyRegulation/meeting/components/editDrawer.vue new file mode 100644 index 000000000..be573c570 --- /dev/null +++ b/src/pages/policyRegulation/meeting/components/editDrawer.vue @@ -0,0 +1,316 @@ + + + + + diff --git a/src/pages/policyRegulation/meeting/index.vue b/src/pages/policyRegulation/meeting/index.vue new file mode 100644 index 000000000..ea80eecfb --- /dev/null +++ b/src/pages/policyRegulation/meeting/index.vue @@ -0,0 +1,292 @@ + + + + +