From 0411b19ca8bd385338f313433c63d8d027398237 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 09 Jan 2024 18:53:50 +0800
Subject: [PATCH] 共治力量下页面调整
---
src/views/grid/gridman.vue | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/src/views/grid/gridman.vue b/src/views/grid/gridman.vue
index 8509b4d..fe6eac5 100644
--- a/src/views/grid/gridman.vue
+++ b/src/views/grid/gridman.vue
@@ -32,13 +32,16 @@
datetime: "",
selectionList: [],
option: {
+ labelWidth: 96,
+ searchLabelWidth: 96,
+ searchShow: true,
+ searchMenuSpan: 3,
+ menuWidth: 210,
+
height: "auto",
calcHeight: 54,
dialogWidth: 950,
tip: false,
- searchShow: true,
- searchMenuSpan: 3,
- menuWidth: 350,
border: true,
//stripe:true,
index: true,
@@ -105,6 +108,7 @@
},
{
+ width: 120,
label: "联系电话",
prop: "mobile",
searchSpan: 4,
@@ -119,7 +123,6 @@
},
{
- width: 156,
overHidden: true,
label: "所属社区",
addDisplay: false,
@@ -136,7 +139,6 @@
},
{
- width: 110,
overHidden: true,
label: "所属网格",
addDisplay: false,
@@ -151,9 +153,9 @@
},
{
+ width: 110,
label: "形象照",
prop: "picUrl",
- width: 80,
type: "upload",
listType: "picture-img",
action: "/api/blade-resource/oss/endpoint/put-file-attach",
--
Gitblit v1.9.3