From 6155669d6cecdff465688ec86bc69453b7896b2c Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Wed, 03 Jul 2024 19:01:40 +0800
Subject: [PATCH] 代码优化

---
 src/views/publicSecurity/ninePlaceManage/situationRectification.vue |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/src/views/publicSecurity/ninePlaceManage/situationRectification.vue b/src/views/publicSecurity/ninePlaceManage/situationRectification.vue
index f0f3644..d9dbc27 100644
--- a/src/views/publicSecurity/ninePlaceManage/situationRectification.vue
+++ b/src/views/publicSecurity/ninePlaceManage/situationRectification.vue
@@ -199,6 +199,26 @@
           columnBtn: false,
           dialogClickModal: false,
           column: [{
+              width: 110,
+              span: 12,
+              label: "街道名称",
+              prop: "streetName",
+              searchSpan: 4,
+              searchLabelWidth: 100,
+              search: true,
+              align: 'center',
+              labelWidth: 110,
+            }, {
+              width: 110,
+              span: 12,
+              label: "社区名称",
+              prop: "communityName",
+              searchSpan: 4,
+              searchLabelWidth: 100,
+              search: true,
+              align: 'center',
+              labelWidth: 110,
+            }, {
               label: "场所名称",
               prop: "placeName",
               align: 'center',
@@ -908,4 +928,4 @@
       margin-bottom: 20px;
     }
   }
-</style>
+</style>
\ No newline at end of file

--
Gitblit v1.9.3