From 38c27d969ca4a7b77436b2c601ae2aca75db5e85 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Wed, 21 Feb 2024 14:15:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BF=E7=AD=96=E6=89=BE=E4=BA=BA=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../communityService/policy/addPolicy.vue | 763 ++++++++++ .../communityService/policy/detailForm.vue | 693 +++++++++ .../communityService/policy/personList.vue | 113 ++ .../policy/personListItem.vue | 628 +++++++++ .../communityService/policy/policyList.vue | 506 +++++++ .../modules/communityService/policy/rule.vue | 1242 +++++++++++++++++ 6 files changed, 3945 insertions(+) create mode 100644 src/views/modules/communityService/policy/addPolicy.vue create mode 100644 src/views/modules/communityService/policy/detailForm.vue create mode 100644 src/views/modules/communityService/policy/personList.vue create mode 100644 src/views/modules/communityService/policy/personListItem.vue create mode 100644 src/views/modules/communityService/policy/policyList.vue create mode 100644 src/views/modules/communityService/policy/rule.vue diff --git a/src/views/modules/communityService/policy/addPolicy.vue b/src/views/modules/communityService/policy/addPolicy.vue new file mode 100644 index 00000000..05f95ba0 --- /dev/null +++ b/src/views/modules/communityService/policy/addPolicy.vue @@ -0,0 +1,763 @@ + + + + + + diff --git a/src/views/modules/communityService/policy/detailForm.vue b/src/views/modules/communityService/policy/detailForm.vue new file mode 100644 index 00000000..6754d32c --- /dev/null +++ b/src/views/modules/communityService/policy/detailForm.vue @@ -0,0 +1,693 @@ + + + + + + diff --git a/src/views/modules/communityService/policy/personList.vue b/src/views/modules/communityService/policy/personList.vue new file mode 100644 index 00000000..e8d1ff80 --- /dev/null +++ b/src/views/modules/communityService/policy/personList.vue @@ -0,0 +1,113 @@ + + + + + + + + diff --git a/src/views/modules/communityService/policy/personListItem.vue b/src/views/modules/communityService/policy/personListItem.vue new file mode 100644 index 00000000..458b67ea --- /dev/null +++ b/src/views/modules/communityService/policy/personListItem.vue @@ -0,0 +1,628 @@ + + + + + + + + diff --git a/src/views/modules/communityService/policy/policyList.vue b/src/views/modules/communityService/policy/policyList.vue new file mode 100644 index 00000000..1fbfa97c --- /dev/null +++ b/src/views/modules/communityService/policy/policyList.vue @@ -0,0 +1,506 @@ + + + + + diff --git a/src/views/modules/communityService/policy/rule.vue b/src/views/modules/communityService/policy/rule.vue new file mode 100644 index 00000000..b22bbba3 --- /dev/null +++ b/src/views/modules/communityService/policy/rule.vue @@ -0,0 +1,1242 @@ + + + + + +