From 5a09eaa95abff60e7895d4a30408fc76ed6c2586 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Fri, 23 Feb 2024 17:00:56 +0800
Subject: [PATCH] 更新

---
 src/views/property/todo.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/property/todo.vue b/src/views/property/todo.vue
index 19de4b8..6183827 100644
--- a/src/views/property/todo.vue
+++ b/src/views/property/todo.vue
@@ -103,7 +103,7 @@
                     overHidden: true,
                     label: "小区",
                     prop: "districtId",
-                    // search: true,
+                    search: true,
                     type: 'tree',
                     dicUrl: `/api/blade-district/district/getDistrictTree`,
                     props: {
@@ -118,7 +118,7 @@
                     width: 110,
                     label: '联系人',
                     prop: 'linkman',
-                    // search: true,
+                    search: true,
                 },
                 {
                     width: 120,
@@ -130,7 +130,7 @@
                 {
                     label: '项目名称',
                     prop: 'name',
-                    // search: true,
+                    search: true,
                 },
                 {
                     label: '当前步骤',

--
Gitblit v1.9.3