From dfa7b9020b535d2e5adcc473edc807049b02ab95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Mon, 6 May 2024 17:49:09 +0800 Subject: [PATCH 1/6] =?UTF-8?q?4.3.2=E7=89=88=E6=9C=AC=E7=9A=84=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/base/community/communityTable.vue | 8 ++++++-- src/views/modules/base/community/roomForm.vue | 17 +++++++++-------- .../communityService/fuwuzhaoren/personList.vue | 5 +++++ .../gangweizhaoren/personList.vue | 5 +++++ .../modules/communityService/gxxq/index.vue | 8 ++++++-- .../jinengzhaoren/personList.vue | 5 +++++ .../communityService/labelConfig/addForm.vue | 3 +++ .../communityService/policy/addPolicy.vue | 16 +++++++++++++++- .../communityService/policy/personList.vue | 11 +++++++++-- .../communityService/policy/policyList.vue | 14 ++++++++++++-- .../wennuanzhaoren/personList.vue | 6 +++++- 11 files changed, 80 insertions(+), 18 deletions(-) diff --git a/src/views/modules/base/community/communityTable.vue b/src/views/modules/base/community/communityTable.vue index 3bd2be5b8..91b9812c2 100644 --- a/src/views/modules/base/community/communityTable.vue +++ b/src/views/modules/base/community/communityTable.vue @@ -77,6 +77,10 @@ 下载房屋模板 +
+ 下载电子门牌二维码 +
- 更多 + 更多 + diff --git a/src/views/modules/base/community/roomForm.vue b/src/views/modules/base/community/roomForm.vue index 521111e1e..dce3bfa59 100644 --- a/src/views/modules/base/community/roomForm.vue +++ b/src/views/modules/base/community/roomForm.vue @@ -37,7 +37,7 @@ v-model.trim="dataForm.doorName"> - 生成 - + --> - +
-
+ + 下载 + target="_blank">下载电子门牌二维码
diff --git a/src/views/modules/communityService/fuwuzhaoren/personList.vue b/src/views/modules/communityService/fuwuzhaoren/personList.vue index 74f4e7567..b4a3fc9a8 100644 --- a/src/views/modules/communityService/fuwuzhaoren/personList.vue +++ b/src/views/modules/communityService/fuwuzhaoren/personList.vue @@ -97,6 +97,7 @@
+ 公众号消息推送 标记享受服务人员 查询
@@ -162,6 +163,10 @@ prop="serveTimes" label="享受服务次数"> + 已推送 + diff --git a/src/views/modules/communityService/gangweizhaoren/personList.vue b/src/views/modules/communityService/gangweizhaoren/personList.vue index 74f4e7567..988b68f4c 100644 --- a/src/views/modules/communityService/gangweizhaoren/personList.vue +++ b/src/views/modules/communityService/gangweizhaoren/personList.vue @@ -97,6 +97,7 @@
+ 公众号消息推送 标记享受服务人员 查询
@@ -162,6 +163,10 @@ prop="serveTimes" label="享受服务次数"> + 已推送 + diff --git a/src/views/modules/communityService/gxxq/index.vue b/src/views/modules/communityService/gxxq/index.vue index 69b3f7c5c..aedd88f64 100644 --- a/src/views/modules/communityService/gxxq/index.vue +++ b/src/views/modules/communityService/gxxq/index.vue @@ -292,13 +292,17 @@ export default { assignFlag: "", }, statusArray: [ + { + value: 2, + label: "待处理", + }, { value: 1, - label: "已指派服务", + label: "已派单", }, { value: 0, - label: "未指派服务", + label: "已完成", }, ], endPickerOptions: { diff --git a/src/views/modules/communityService/jinengzhaoren/personList.vue b/src/views/modules/communityService/jinengzhaoren/personList.vue index 74f4e7567..b4a3fc9a8 100644 --- a/src/views/modules/communityService/jinengzhaoren/personList.vue +++ b/src/views/modules/communityService/jinengzhaoren/personList.vue @@ -97,6 +97,7 @@
+ 公众号消息推送 标记享受服务人员 查询
@@ -162,6 +163,10 @@ prop="serveTimes" label="享受服务次数"> + 已推送 + diff --git a/src/views/modules/communityService/labelConfig/addForm.vue b/src/views/modules/communityService/labelConfig/addForm.vue index d298def0c..a5d404be5 100644 --- a/src/views/modules/communityService/labelConfig/addForm.vue +++ b/src/views/modules/communityService/labelConfig/addForm.vue @@ -231,10 +231,12 @@

取 消 + 预览 确 定
+ @@ -675,6 +677,7 @@ export default { this.formState = false this.handleClickAddRow(); }, + }, props: {}, computed: {}, diff --git a/src/views/modules/communityService/policy/addPolicy.vue b/src/views/modules/communityService/policy/addPolicy.vue index 530b3a537..77ab2a150 100644 --- a/src/views/modules/communityService/policy/addPolicy.vue +++ b/src/views/modules/communityService/policy/addPolicy.vue @@ -150,6 +150,18 @@ 按标签查找
+ + + + { this.$refs["ref_label_form"].initForm("info"); diff --git a/src/views/modules/communityService/policy/personList.vue b/src/views/modules/communityService/policy/personList.vue index 7a0771763..56038d464 100644 --- a/src/views/modules/communityService/policy/personList.vue +++ b/src/views/modules/communityService/policy/personList.vue @@ -122,6 +122,13 @@
+ 公众号消息推送 + 已推送 +
@@ -461,14 +470,12 @@ export default { \ No newline at end of file