From 9e1513a7cf992dca6762eb717590db58b555694f Mon Sep 17 00:00:00 2001
From: xiebin <123456>
Date: Wed, 21 Sep 2022 09:55:04 +0800
Subject: [PATCH] 巡检计划功能展示页面调整
---
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