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/positionManage/TransactRegist.vue |   24 ++++++++++++++++++++++--
 1 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/src/views/publicSecurity/positionManage/TransactRegist.vue b/src/views/publicSecurity/positionManage/TransactRegist.vue
index e25cfd7..10a0364 100644
--- a/src/views/publicSecurity/positionManage/TransactRegist.vue
+++ b/src/views/publicSecurity/positionManage/TransactRegist.vue
@@ -161,6 +161,26 @@
           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,
+            }, {
+              width: 110,
+              span: 12,
               label: "场所名称",
               prop: "districtName",
               searchSpan: 4,
@@ -199,7 +219,7 @@
               align: 'center',
               width: 120,
               labelWidth: 110,
-              dataType:"number"
+              dataType: "number"
             },
             {
               width: 110,
@@ -312,7 +332,7 @@
               prop: "communityName",
               align: 'center',
               labelWidth: 110,
-              row:true,
+              row: true,
             },
             {
               width: 100,

--
Gitblit v1.9.3