From 2805495cbbdd999e0a887156e15540ce3740fb1e Mon Sep 17 00:00:00 2001
From: wang1 <844966816@qq.com>
Date: 星期四, 31 八月 2023 18:05:43 +0800
Subject: [PATCH] mdm流程,添加流转条件为空的验证
---
Source/UBCS-WEB/src/const/omd/enum.js | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/Source/UBCS-WEB/src/const/omd/enum.js b/Source/UBCS-WEB/src/const/omd/enum.js
index 43d3b69..bd33829 100644
--- a/Source/UBCS-WEB/src/const/omd/enum.js
+++ b/Source/UBCS-WEB/src/const/omd/enum.js
@@ -1,6 +1,6 @@
export const optionParent = {
height: 'auto',
- calcHeight: 30,
+ calcHeight: 20,
tip: false,
searchShow: true,
searchMenuSpan: 10,
@@ -17,7 +17,7 @@
prop: "name",
search: true,
slot: true,
- span: 24,
+ span: 16,
rules: [
{
required: true,
@@ -30,7 +30,8 @@
label: "鍚嶇О",
prop: "label",
search: true,
- align: "center",
+ // align: "center",
+ span: 16,
rules: [
{
required: true,
@@ -82,8 +83,9 @@
// },
{
label: "鎻忚堪",
- width: 150,
- align: "center",
+ span: 16,
+ // width: 150,
+ // align: "center",
prop: "remark",
// hide: true
}
@@ -92,7 +94,7 @@
export const optionChild = {
height: 'auto',
- calcHeight: 95,
+ calcHeight: 200,
tip: false,
searchShow: true,
searchMenuSpan: 10,
--
Gitblit v1.9.3