From 298d18ee58418f2da579e2ed72f58fbab87c9efe Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 09 Jan 2024 10:46:49 +0800
Subject: [PATCH] 研发工具---内容管理,等页面整改
---
src/views/article/rotation.vue | 15 ++++++++++-----
1 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/src/views/article/rotation.vue b/src/views/article/rotation.vue
index 6194d08..40b0be7 100644
--- a/src/views/article/rotation.vue
+++ b/src/views/article/rotation.vue
@@ -34,13 +34,16 @@
datetime: "",
selectionList: [],
option: {
+ labelWidth: 66,
+ searchLabelWidth: 66,
+ searchShow: true,
+ searchMenuSpan: 3,
+ menuWidth: 210,
+
height: "auto",
calcHeight: 54,
dialogWidth: 950,
tip: false,
- searchShow: true,
- searchMenuSpan: 3,
- menuWidth: 350,
border: false,
//stripe:true,
index: true,
@@ -57,6 +60,7 @@
search: true,
},
{
+ width: 110,
label: "类型",
prop: "type",
span: 12,
@@ -80,8 +84,9 @@
label: "所属社区",
parent: false,
prop: "communityCode",
- search: true,
searchSpan: 4,
+ searchLabelWidth: 96,
+ search: true,
searchType: 'input',
type: "tree",
dicUrl: "/api/blade-system/region/tree",
@@ -117,9 +122,9 @@
span: 24,
},
{
+ width: 144,
label: "时间",
prop: "createTime",
- width: 160,
addDisplay: false,
editDisplay: false,
type: "date",
--
Gitblit v1.9.3