From 4f7ba301a6645453ab2ea847275231c66b88d4ff Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Fri, 02 Feb 2024 17:49:38 +0800
Subject: [PATCH] 九小页面搜索条件要求下拉改下拉
---
src/views/publicSecurity/ninePlaceManage/situationRectification.vue | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/src/views/publicSecurity/ninePlaceManage/situationRectification.vue b/src/views/publicSecurity/ninePlaceManage/situationRectification.vue
index a14be66..f1020bc 100644
--- a/src/views/publicSecurity/ninePlaceManage/situationRectification.vue
+++ b/src/views/publicSecurity/ninePlaceManage/situationRectification.vue
@@ -69,6 +69,17 @@
label: "title",
value: "key",
},
+ }, {
+ label: "场所类别",
+ prop: "nineType",
+ align: 'center',
+ dicUrl: "/api/blade-system/dict-biz/tree?code=nineType",
+ props: {
+ label: "title",
+ value: "key",
+ },
+ type: 'select',
+ hide: true,
search: true,
searchSpan: 4,
searchLabelWidth: 96,
@@ -104,6 +115,23 @@
value: 2,
}
],
+ },
+ {
+ label: "是否整改完毕",
+ prop: "rectificationFlag",
+ align: 'center',
+ dicData: [
+ {
+ label: "否",
+ value: 1,
+ },
+ {
+ label: "是",
+ value: 2,
+ }
+ ],
+ type: 'select',
+ hide: true,
search: true,
searchSpan: 4,
searchLabelWidth: 124,
--
Gitblit v1.9.3