From 34dbf82112e28c111ffb2efdf2653ee42df80b21 Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Wed, 28 Feb 2024 14:15:49 +0800
Subject: [PATCH] 街道管理员查询不出物业公司(物业公司加一列)
---
src/views/article/rotation.vue | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/views/article/rotation.vue b/src/views/article/rotation.vue
index b38f2bc..04775e6 100644
--- a/src/views/article/rotation.vue
+++ b/src/views/article/rotation.vue
@@ -59,9 +59,11 @@
searchSpan: 4,
search: true,
searchLabelWidth: 46,
+ labelWidth:100,
},
{
width: 110,
+ labelWidth:100,
label: "类型",
prop: "type",
span: 12,
@@ -81,6 +83,7 @@
},
{
width: 156,
+ labelWidth:100,
overHidden: true,
label: "所属社区",
parent: false,
@@ -107,9 +110,11 @@
label: "跳转地址",
prop: "junpUrl",
span: 12,
+ labelWidth:100,
},
{
width: 110,
+ labelWidth:100,
label: "图片",
prop: "url",
type: "upload",
@@ -124,6 +129,7 @@
},
{
width: 144,
+ labelWidth:100,
label: "时间",
prop: "createTime",
addDisplay: false,
--
Gitblit v1.9.3