From 998b75f0d4aaed03001ec4246cd4f3b4b0743b7e Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Wed, 23 Nov 2022 10:14:28 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/const/taskinfo/taskplanUser.js | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/src/const/taskinfo/taskplanUser.js b/src/const/taskinfo/taskplanUser.js
index 810b707..1f8cf86 100644
--- a/src/const/taskinfo/taskplanUser.js
+++ b/src/const/taskinfo/taskplanUser.js
@@ -8,8 +8,11 @@
index: true,
viewBtn: false,
editBtn: false,
+ addBtn: false,
selection: true,
dialogClickModal: false,
+ columnBtn: false,
+ title: '设置巡检人员',
column: [
{
label: "主键",
@@ -31,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