From 43c9b669d810a3fa43b06f9ffd1b53c09bab45ec Mon Sep 17 00:00:00 2001
From: xiebin <123456>
Date: Sun, 09 Oct 2022 09:05:09 +0800
Subject: [PATCH] 取消默认时间查询
---
src/const/taskinfo/taskplanUser.js | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/src/const/taskinfo/taskplanUser.js b/src/const/taskinfo/taskplanUser.js
index af0ac59..1f8cf86 100644
--- a/src/const/taskinfo/taskplanUser.js
+++ b/src/const/taskinfo/taskplanUser.js
@@ -11,6 +11,8 @@
addBtn: false,
selection: true,
dialogClickModal: false,
+ columnBtn: false,
+ title: '设置巡检人员',
column: [
{
label: "主键",
@@ -32,9 +34,16 @@
},
{
label: "用户",
+ prop: "name",
+ display:false,
+ },
+ {
+ label: "用户",
prop: "userId",
type: "select",
- dicUrl: "/api/blade-user/user-list",
+ hide:true,
+ dicData:[],
+ // dicUrl: "/api/blade-user/user-list",
props: {
label: "name",
value: "id"
--
Gitblit v1.9.3