From ab701df859cd79ae036f8cc86268137d2c8da8ee Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Thu, 22 Feb 2024 18:00:56 +0800
Subject: [PATCH] 消防自查导出、消防自查和场所检查增加场所类别字段
---
src/views/article/rotation.vue | 18 ++++++++++++------
1 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/src/views/article/rotation.vue b/src/views/article/rotation.vue
index 6194d08..b38f2bc 100644
--- a/src/views/article/rotation.vue
+++ b/src/views/article/rotation.vue
@@ -34,14 +34,17 @@
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,
+ border: true,
//stripe:true,
index: true,
viewBtn: true,
@@ -55,8 +58,10 @@
span: 12,
searchSpan: 4,
search: true,
+ searchLabelWidth: 46,
},
{
+ width: 110,
label: "类型",
prop: "type",
span: 12,
@@ -80,8 +85,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 +123,9 @@
span: 24,
},
{
+ width: 144,
label: "时间",
prop: "createTime",
- width: 160,
addDisplay: false,
editDisplay: false,
type: "date",
--
Gitblit v1.9.3