From 6416b40cf242340eaa163c498bd49d8103e73610 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Mon, 29 Jul 2024 17:01:52 +0800
Subject: [PATCH] 代码优化

---
 src/views/property/ownersCommittee.vue |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/src/views/property/ownersCommittee.vue b/src/views/property/ownersCommittee.vue
index 4fe3b89..bf95dbe 100644
--- a/src/views/property/ownersCommittee.vue
+++ b/src/views/property/ownersCommittee.vue
@@ -98,6 +98,7 @@
           searchMenuSpan: 3,
           menuWidth: 450,
           addBtn: false,
+          searchGutter: 15,
           menu: false,
           height: "auto",
           calcHeight: 54,
@@ -117,7 +118,7 @@
               prop: "title",
               span: 24,
               row: true,
-              searchSpan: 4,
+              searchSpan: 3,
               search: true,
               searchLabelWidth: 46,
               rules: [{
@@ -179,6 +180,7 @@
               }],
             },
             {
+              searchLabelWidth: 80,
               label: "发布时间",
               prop: "dateTime",
               type: "daterange",
@@ -215,6 +217,7 @@
             },
             {
               width: 110,
+              searchLabelWidth: 80,
               label: "所属街道",
               addDisplay: false,
               editDisplay: false,
@@ -225,7 +228,7 @@
             },
 
             {
-              width: 156,
+              searchLabelWidth: 80,
               overHidden: true,
               label: "所属社区",
               addDisplay: false,
@@ -245,12 +248,12 @@
             },
 
             {
-              width: 100,
+              searchLabelWidth: 80,
               label: "发布状态",
               prop: "publish",
               value: "0",
               slot: true,
-              searchSpan: 4,
+              searchSpan: 3,
               search: true,
               type: "select",
               display: false,

--
Gitblit v1.9.3