From 75febb6a4e979e4f7e9ab61d450050b3fecc9512 Mon Sep 17 00:00:00 2001
From: linwei <872216696@qq.com>
Date: Fri, 23 Feb 2024 17:25:50 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
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