From 2be7245f11563b38e043a57c93cab5983b92ecc3 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Tue, 7 Feb 2023 10:48:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E6=A0=BC=E7=B1=BB=E5=9E=8B/=E5=85=AC?= =?UTF-8?q?=E5=85=B1=E6=9C=8D=E5=8A=A1=E7=BB=84=E7=BB=87/=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=BF=A1=E6=81=AF/=E7=A4=BE=E5=8C=BA=E7=AE=80?= =?UTF-8?q?=E4=BB=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../base/communityYantai/cpts/grid-info.vue | 4 +- .../base/organization/organization.vue | 11 +- .../regionalParty/activitys.vue | 4 +- .../regionalParty/activitysForm.vue | 2 +- .../communityParty/regionalParty/units.vue | 110 +++--------------- .../regionalParty/unitsDetail.vue | 70 ++++++++--- .../regionalParty/unitsForm.vue | 100 +++++++++------- .../estateManagement/estateManagement.vue | 6 +- 8 files changed, 153 insertions(+), 154 deletions(-) diff --git a/src/views/modules/base/communityYantai/cpts/grid-info.vue b/src/views/modules/base/communityYantai/cpts/grid-info.vue index 3c174ec4c..e7892159e 100644 --- a/src/views/modules/base/communityYantai/cpts/grid-info.vue +++ b/src/views/modules/base/communityYantai/cpts/grid-info.vue @@ -25,8 +25,8 @@
{{ info.mobile || '--' }}
-
网格简介:
-
{{ info.remark || '--' }}
+
网格类型:
+
{{ info.gridTypeName || '--' }}
管辖范围:
diff --git a/src/views/modules/base/organization/organization.vue b/src/views/modules/base/organization/organization.vue index af28bd5f0..6f498d913 100644 --- a/src/views/modules/base/organization/organization.vue +++ b/src/views/modules/base/organization/organization.vue @@ -677,6 +677,10 @@ + + +
@@ -719,6 +723,7 @@ placeholder="请输入内容" resize="none" rows=3 + maxlength="500" show-word-limit > @@ -772,9 +777,10 @@ type="textarea" v-model="OrgDetailsForm.remark" placeholder="请输入内容" + show-word-limit + maxlength="500" resize="none" rows=3 - show-word-limit > @@ -1013,6 +1019,7 @@ export default { areaName: "", contacts: "", mobile: "", + remark:"", code: "", }, // 树 @@ -1627,6 +1634,7 @@ export default { (this.agencyForm.contacts = ""), (this.agencyForm.mobile = ""), (this.agencyForm.code = ""), + (this.agencyForm.remark = ""), (this.latitude = ""), (this.longitude = ""); }, @@ -2356,6 +2364,7 @@ export default { contacts: this.agencyForm.contacts, mobile: this.agencyForm.mobile, code: this.agencyForm.code, + remark: this.agencyForm.remark, latitude: this.latitude, longitude: this.longitude, }; diff --git a/src/views/modules/communityParty/regionalParty/activitys.vue b/src/views/modules/communityParty/regionalParty/activitys.vue index 2559274b9..5bfddf2fc 100644 --- a/src/views/modules/communityParty/regionalParty/activitys.vue +++ b/src/views/modules/communityParty/regionalParty/activitys.vue @@ -133,7 +133,7 @@ align="center" type="index" width="50"> - - + - - - - - +