From aca8d06f5a0b8eea2e4f30c7fe8366b2dc42bffc Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 05 Jan 2024 17:30:27 +0800
Subject: [PATCH] 字段宽度调整(小区)

---
 src/views/userHouse/houseHoldList.vue |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/views/userHouse/houseHoldList.vue b/src/views/userHouse/houseHoldList.vue
index c1da8e5..a34f6e8 100644
--- a/src/views/userHouse/houseHoldList.vue
+++ b/src/views/userHouse/houseHoldList.vue
@@ -260,7 +260,7 @@
                     },
 
                     {
-                        width: 96,
+                        width: 110,
                         label: "姓名",
                         prop: "name",
                         search: true,
@@ -288,8 +288,8 @@
                     },
 
                     {
-                        display: true,
                         width: 160,
+                        display: true,
                         label: "身份证号",
                         prop: "idCard",
                         search: true,
@@ -322,6 +322,7 @@
 
 
                     {
+                        width: 60,
                         label: "性别",
                         prop: "gender",
                         type: "select",
@@ -411,8 +412,9 @@
                     // },
 
                     {
-                        width: 142,
-                        label: "小区",
+                        width: 220,
+                        overHidden: true,
+                        label: '小区名称',
                         prop: "aoiName",
                         search: true,
                         searchSpan: 4,

--
Gitblit v1.9.3