From 8537a8d58b5a3750b57d76367ef51f086af271df Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期四, 18 四月 2024 00:09:40 +0800
Subject: [PATCH] 集团属性池映射界面代码完善
---
Source/UBCS-WEB/src/const/omd/enum.js | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/Source/UBCS-WEB/src/const/omd/enum.js b/Source/UBCS-WEB/src/const/omd/enum.js
index 20d2e6b..85c5d8d 100644
--- a/Source/UBCS-WEB/src/const/omd/enum.js
+++ b/Source/UBCS-WEB/src/const/omd/enum.js
@@ -1,6 +1,7 @@
export const optionParent = {
height: 'auto',
- calcHeight: 30,
+ calcHeight: 20,
+ columnBtn:false,
tip: false,
searchShow: true,
searchMenuSpan: 10,
@@ -94,7 +95,7 @@
export const optionChild = {
height: 'auto',
- calcHeight: 95,
+ calcHeight: 200,
tip: false,
searchShow: true,
searchMenuSpan: 10,
@@ -175,6 +176,8 @@
{
label: "鏋氫妇鎺掑簭",
prop: "sort",
+ min:1,
+ max:9999,
type: "number",
align: "right",
hide: true,
--
Gitblit v1.9.3