From fbaad65c1dde050ba0beaa5b6a9fbc645cd531b7 Mon Sep 17 00:00:00 2001
From: linwei <872216696@qq.com>
Date: Mon, 08 Jan 2024 09:43:54 +0800
Subject: [PATCH] 选择人员
---
src/views/article/components/discussionManageChild.vue | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/views/article/components/discussionManageChild.vue b/src/views/article/components/discussionManageChild.vue
index 13f60e1..807e7a0 100644
--- a/src/views/article/components/discussionManageChild.vue
+++ b/src/views/article/components/discussionManageChild.vue
@@ -192,18 +192,19 @@
column: [{
label: "社区",
prop: "neiName",
- search: true,
+ // search: true,
searchSpan: 4,
}, {
label: "姓名",
prop: "name",
- search: true,
searchSpan: 4,
rules: [{
required: true,
message: "请输入姓名",
trigger: "blur",
}, ],
+ display: true,
+ hide: true,
},
{
label: "小区",
@@ -229,7 +230,7 @@
}, ],
// disabled: true
display: true,
- hide: true,
+ // hide: true,
},
{
@@ -246,7 +247,7 @@
},
{
label: "地址",
- search: true,
+ // search: true,
searchSpan: 8,
prop: "currentAddress",
display: false
@@ -417,4 +418,4 @@
.el-pagination {
margin-top: 20px;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3