From 09ee4f46546548070be3abdc6223fad88553fa5e Mon Sep 17 00:00:00 2001
From: xiebin <123456>
Date: Mon, 19 Sep 2022 17:52:12 +0800
Subject: [PATCH] 任务管理添加地图绘制地图功能

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

diff --git a/src/const/taskinfo/taskinfo.js b/src/const/taskinfo/taskinfo.js
index 7a028de..4d12fdc 100644
--- a/src/const/taskinfo/taskinfo.js
+++ b/src/const/taskinfo/taskinfo.js
@@ -87,7 +87,7 @@
       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 +97,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 +109,9 @@
       prop: "routeRange",
       type: "input",
       hide: true,
+      span: 24,
+      display: true,
+      addDisplay: true
     },
     {
       label: "创建人",

--
Gitblit v1.9.3