From 519b2befd64b3922a19a28e8c6eb8d988d1cd701 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Tue, 20 Sep 2022 14:35:28 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/const/taskinfo/taskinfo.js |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/src/const/taskinfo/taskinfo.js b/src/const/taskinfo/taskinfo.js
index 7a028de..460ed5a 100644
--- a/src/const/taskinfo/taskinfo.js
+++ b/src/const/taskinfo/taskinfo.js
@@ -81,13 +81,18 @@
         label: "name",
         value: "id"
       },
+      rules:[{
+        required: true,
+        message: "请输入巡检人员",
+        trigger: "blur"
+      }]
     },
     {
       label: "任务状态",
       prop: "state",
       type: "select",
       dicUrl: "/api/blade-system/dict-biz/dictionary?code=TACK_STATE",
-      dataType: "number",
+      disabled: true,
       props: {
         label: "dictValue",
         value: "dictKey"
@@ -97,7 +102,8 @@
       label: "任务来源",
       prop: "source",
       type: "select",
-      dicData: [{id:'WEB',name:'WEB'},{id:'APP',name:'APP'}],
+      dicData: [{id:'SYSTEMNEW',name:'系统创建'},{id:'SYSTEMAUTO',name:'计划任务新增'}],
+      disabled: true,
       props: {
         label: "name",
         value: "id"
@@ -108,6 +114,9 @@
       prop: "routeRange",
       type: "input",
       hide: true,
+      span: 24,
+      display: true,
+      addDisplay: true
     },
     {
       label: "创建人",

--
Gitblit v1.9.3