From 44aa0c04a0276fcd1f8ac98f89c29d2d621f05ca Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Wed, 21 Sep 2022 10:16:23 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/const/taskinfo/taskinfoPlan.js | 24 +++++++++++++-----------
1 files changed, 13 insertions(+), 11 deletions(-)
diff --git a/src/const/taskinfo/taskinfoPlan.js b/src/const/taskinfo/taskinfoPlan.js
index ad676b0..68fc3ea 100644
--- a/src/const/taskinfo/taskinfoPlan.js
+++ b/src/const/taskinfo/taskinfoPlan.js
@@ -65,12 +65,25 @@
{
label: "内容",
prop: "content",
+ span: 24,
type: "textarea",
+ },
+ {
+ label: "是否启用",
+ prop: "status",
+ type: "radio",
+ dicUrl: "/api/blade-system/dict/dictionary?code=yes_no",
+ dataType: "number",
+ props: {
+ label: "dictValue",
+ value: "dictKey"
+ },
},
{
label: "路线范围",
prop: "routeRange",
type: "input",
+ span: 24,
hide: true
},
{
@@ -108,17 +121,6 @@
editDisplay: false,
viewDisplay: false,
hide: true,
- },
- {
- label: "是否启用",
- prop: "status",
- type: "radio",
- dicUrl: "/api/blade-system/dict/dictionary?code=yes_no",
- dataType: "number",
- props: {
- label: "dictValue",
- value: "dictKey"
- },
},
{
label: "是否已删除",
--
Gitblit v1.9.3