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 |   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