From 335642b3d8a4cdda3d43ea5a784087bdccdd2f73 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Fri, 05 Jan 2024 17:51:17 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_web
---
src/views/district/index.vue | 24 ++++++++++++++----------
1 files changed, 14 insertions(+), 10 deletions(-)
diff --git a/src/views/district/index.vue b/src/views/district/index.vue
index dd07e86..b7ec598 100644
--- a/src/views/district/index.vue
+++ b/src/views/district/index.vue
@@ -32,6 +32,7 @@
datetime: "",
selectionList: [],
option: {
+ labelWidth: 120,
height: "auto",
calcHeight: 54,
dialogWidth: 950,
@@ -47,13 +48,13 @@
dialogClickModal: false,
column: [
{
- label: "小区名称",
+ width: 220,
+ overHidden: true,
+ label: '小区名称',
prop: "name",
searchSpan: 4,
search: true,
span: 12,
- labelWidth: 120,
- width: 220,
rules: [
{
required: true,
@@ -65,25 +66,26 @@
{
+ width: 110,
+ label: "所属街道",
parent: false,
addDisplay: false,
editDisplay: false,
viewDisplay: false,
- width: 96,
- label: "所属街道",
prop: "townStreetName",
search: true,
searchSpan: 4
},
{
- parent: false,
+ width: 156,
+ overHidden: true,
label: "所属社区",
+ parent: false,
prop: "communityCode",
search: true,
searchSpan: 4,
searchType: 'input',
- width: 150,
type: "tree",
dicUrl: "/api/blade-system/region/tree",
props: {
@@ -100,18 +102,19 @@
},
{
+ width: 110,
+ overHidden: true,
+ label: "所属网格",
addDisplay: false,
editDisplay: false,
viewDisplay: false,
- width: 96,
- label: "所属网格",
prop: "gridName",
},
{
+ width: 110,
label: "小区图片",
prop: "picUrl",
- width: 80,
type: "upload",
listType: "picture-img",
action: "/api/blade-resource/oss/endpoint/put-file",
@@ -142,6 +145,7 @@
label: "地址",
prop: "address",
span: 24,
+ overHidden: true,
rules: [
{
required: true,
--
Gitblit v1.9.3