From dc2e436af84d896e57d34229012e52ac456797a4 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 05 Jan 2024 17:39:26 +0800
Subject: [PATCH] 所有所属社区字段调整

---
 src/views/cGovernance/taskECall.vue        |   10 +++++-----
 src/views/community/index.vue              |    2 +-
 src/views/userHouse/houseList.vue          |    6 +++---
 src/views/article/rotation.vue             |   17 +++++++++--------
 src/views/grid/gridman.vue                 |    4 +++-
 src/views/grid/index.vue                   |    6 +++---
 src/views/place/index.vue                  |    5 +++--
 src/views/userHouse/houseHoldList.vue      |    5 +++--
 src/views/place/components/baseAllInfo.vue |    1 -
 src/views/district/index.vue               |    2 +-
 10 files changed, 31 insertions(+), 27 deletions(-)

diff --git a/src/views/article/rotation.vue b/src/views/article/rotation.vue
index 8dd4824..ef298b4 100644
--- a/src/views/article/rotation.vue
+++ b/src/views/article/rotation.vue
@@ -62,26 +62,27 @@
                         span: 12,
                         searchSpan: 4,
                         search: true,
-                        type:"select",
-                        dicData:[
+                        type: "select",
+                        dicData: [
                             {
-                                label:"系统",
-                                value:"1"
+                                label: "系统",
+                                value: "1"
                             },
                             {
-                                label:"社区",
-                                value:"2"
+                                label: "社区",
+                                value: "2"
                             }
                         ]
                     },
                     {
-                        parent: false,
+                        width: 156,
+                        overHidden: true,
                         label: "所属社区",
+                        parent: false,
                         prop: "communityCode",
                         search: true,
                         searchSpan: 4,
                         searchType: 'input',
-                        width: 150,
                         type: "tree",
                         dicUrl: "/api/blade-system/region/tree",
                         props: {
diff --git a/src/views/cGovernance/taskECall.vue b/src/views/cGovernance/taskECall.vue
index 9656c39..1417aca 100644
--- a/src/views/cGovernance/taskECall.vue
+++ b/src/views/cGovernance/taskECall.vue
@@ -95,11 +95,12 @@
                 },
 
                 {
+                    width: 156,
+                    overHidden: true,
+                    label: "所属社区",
                     addDisplay: false,
                     editDisplay: false,
                     viewDisplay: false,
-                    width: 160,
-                    label: "所属社区",
                     prop: "communityName",
                     search: true,
                     searchSpan: 4,
@@ -111,12 +112,11 @@
                 },
 
                 {
+                    label: "所属社区",
                     hide: true,
                     parent: false,
-                    label: "所属社区",
                     prop: "communityCode",
                     search: false,
-                    width: 150,
                     type: "tree",
                     dicUrl: "/api/blade-system/region/tree",
                     props: {
@@ -353,7 +353,7 @@
                     //经纬度替换
                     this.form.lat = arr[1]
                     this.form.lng = arr[0]
-                    this.form.address = arr[2];
+                    this.form.address = arr[2]
                 }
             },
             immediate: true,
diff --git a/src/views/community/index.vue b/src/views/community/index.vue
index 78dc2e3..4b197f1 100644
--- a/src/views/community/index.vue
+++ b/src/views/community/index.vue
@@ -48,7 +48,7 @@
                 dialogClickModal: false,
                 column: [
                     {
-                        width: 220,
+                        width: 156,
                         overHidden: true,
                         label: "社区名称",
                         prop: "name",
diff --git a/src/views/district/index.vue b/src/views/district/index.vue
index e112dc0..04848b6 100644
--- a/src/views/district/index.vue
+++ b/src/views/district/index.vue
@@ -80,8 +80,8 @@
                     {
                         width: 156,
                         overHidden: true,
-                        parent: false,
                         label: "所属社区",
+                        parent: false,
                         prop: "communityCode",
                         search: true,
                         searchSpan: 4,
diff --git a/src/views/grid/gridman.vue b/src/views/grid/gridman.vue
index 69b9b94..9b75176 100644
--- a/src/views/grid/gridman.vue
+++ b/src/views/grid/gridman.vue
@@ -118,10 +118,12 @@
                     },
 
                     {
+                        width: 156,
+                        overHidden: true,
+                        label: "所属社区",
                         addDisplay: false,
                         editDisplay: false,
                         viewDisplay: false,
-                        label: "所属社区",
                         prop: "communityName",
                         search: true,
                         searchSpan: 4,
diff --git a/src/views/grid/index.vue b/src/views/grid/index.vue
index 847b9c1..0d8d68f 100644
--- a/src/views/grid/index.vue
+++ b/src/views/grid/index.vue
@@ -46,11 +46,12 @@
                 dialogClickModal: false,
                 column: [
                     {
+                        width: 156,
+                        overHidden: true,
+                        label: "所属社区",
                         addDisplay: false,
                         editDisplay: false,
                         viewDisplay: false,
-                        width: 160,
-                        label: "所属社区",
                         prop: "communityName",
                         search: true,
                         searchSpan: 4,
@@ -67,7 +68,6 @@
                         label: "所属社区",
                         prop: "communityCode",
                         search: false,
-                        width: 150,
                         type: "tree",
                         dicUrl: "/api/blade-system/region/tree",
                         props: {
diff --git a/src/views/place/components/baseAllInfo.vue b/src/views/place/components/baseAllInfo.vue
index ada6470..1faa0fb 100644
--- a/src/views/place/components/baseAllInfo.vue
+++ b/src/views/place/components/baseAllInfo.vue
@@ -142,7 +142,6 @@
                         label: "所属社区",
                         prop: "neiCode",
                         search: false,
-                        width: 150,
                         type: "tree",
                         dicUrl: "/api/blade-system/region/tree",
                         props: {
diff --git a/src/views/place/index.vue b/src/views/place/index.vue
index 638ca50..a2fe196 100644
--- a/src/views/place/index.vue
+++ b/src/views/place/index.vue
@@ -206,14 +206,15 @@
                         searchSpan: 4
                     },
                     {
+                        width: 156,
+                        overHidden: true,
+                        label: "所属社区",
                         addDisplay: false,
                         editDisplay: false,
                         viewDisplay: false,
-                        label: "所属社区",
                         prop: "neiName",
                         search: true,
                         searchSpan: 4,
-                        width: 150,
                         rules: [
                             {
                                 required: true,
diff --git a/src/views/userHouse/houseHoldList.vue b/src/views/userHouse/houseHoldList.vue
index 6578f6e..0b04ecc 100644
--- a/src/views/userHouse/houseHoldList.vue
+++ b/src/views/userHouse/houseHoldList.vue
@@ -433,11 +433,12 @@
                     },
 
                     {
-                        width: 160,
+                        width: 156,
+                        overHidden: true,
+                        label: "所属社区",
                         addDisplay: false,
                         editDisplay: false,
                         viewDisplay: false,
-                        label: "所属社区",
                         prop: "neiName",
                         search: true,
                         searchSpan: 4
diff --git a/src/views/userHouse/houseList.vue b/src/views/userHouse/houseList.vue
index ab0d382..153cde3 100644
--- a/src/views/userHouse/houseList.vue
+++ b/src/views/userHouse/houseList.vue
@@ -266,11 +266,12 @@
                     },
 
                     {
+                        width: 156,
+                        overHidden: true,
+                        label: "所属社区",
                         addDisplay: false,
                         editDisplay: false,
                         viewDisplay: false,
-                        width: 160,
-                        label: "所属社区",
                         prop: "neiName",
                         search: true,
                         searchSpan: 4,
@@ -287,7 +288,6 @@
                         label: "所属社区",
                         prop: "neiCode",
                         search: false,
-                        width: 150,
                         type: "tree",
                         dicUrl: "/api/blade-system/region/tree",
                         props: {

--
Gitblit v1.9.3