From 35b673fc73436f71b4ee119a2f05bbe72d29b5c1 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Mon, 19 Feb 2024 16:45:51 +0800
Subject: [PATCH] 档案管理搜索框修改

---
 src/views/publicSecurity/ninePlaceManage/archivesManage.vue |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/src/views/publicSecurity/ninePlaceManage/archivesManage.vue b/src/views/publicSecurity/ninePlaceManage/archivesManage.vue
index 1d2a5ba..a73a429 100644
--- a/src/views/publicSecurity/ninePlaceManage/archivesManage.vue
+++ b/src/views/publicSecurity/ninePlaceManage/archivesManage.vue
@@ -90,7 +90,8 @@
                     searchSpan: 3,
                     searchLabelWidth: 46,
                     labelWidth: 120,
-                    width: 156
+                    width: 156,
+                    searchPlaceholder: '请输入地区'
                 }, {
                     label: "场所名称",
                     prop: "placeName",
@@ -98,7 +99,8 @@
                     search: true,
                     searchSpan: 3,
                     // searchLabelWidth: 96,
-                    width: 156
+                    width: 156,
+                    searchPlaceholder: '请输入'
                 }, {
                     label: "场所地址",
                     prop: "location",
@@ -116,7 +118,8 @@
                     type: 'select',
                     search: true,
                     searchSpan: 3,
-                    // searchLabelWidth: 96
+                    // searchLabelWidth: 96,
+                    searchPlaceholder: '请选择'
                 }, {
                     label: "场所负责人",
                     prop: "principal",
@@ -124,7 +127,8 @@
                     search: true,
                     searchSpan: 4,
                     searchLabelWidth: 96,
-                    width: 110
+                    width: 110,
+                    searchPlaceholder: '请输入负责人'
                 }, {
                     label: "身份证信息",
                     prop: "principalIdCard",
@@ -143,7 +147,8 @@
                     align: 'center',
                     search: true,
                     searchSpan: 4,
-                    searchLabelWidth: 96
+                    searchLabelWidth: 96,
+                    searchPlaceholder: '请输入辖区派出所'
                 }, {
                     label: "责任民警",
                     prop: "policeName",
@@ -151,7 +156,8 @@
                     search: true,
                     searchSpan: 4,
                     // searchLabelWidth: 96,
-                    width: 110
+                    width: 110,
+                    searchPlaceholder: '请输入责任民警'
                 }, {
                     label: "责任民警联系方式",
                     prop: "policePhone",

--
Gitblit v1.9.3