From c0c75703071327c172f9dfbe14f2ca47abfa10a5 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期二, 07 十一月 2023 10:35:57 +0800 Subject: [PATCH] bug列表158(所有规则增加前缀、后缀属性,并在申请编码时进行前后缀拼接)修复;集成系统信息管理,创建修改删除,同步到用户的账号创建、删除、修改操作。 --- Source/UBCS-WEB/src/const/omd/enum.js | 15 +++++++++------ 1 files changed, 9 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..0c5f011 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, @@ -17,7 +18,7 @@ prop: "name", search: true, slot: true, - span: 24, + span: 16, rules: [ { required: true, @@ -30,7 +31,8 @@ label: "鍚嶇О", prop: "label", search: true, - align: "center", + // align: "center", + span: 16, rules: [ { required: true, @@ -82,8 +84,9 @@ // }, { label: "鎻忚堪", - width: 150, - align: "center", + span: 16, + // width: 150, + // align: "center", prop: "remark", // hide: true } @@ -92,7 +95,7 @@ export const optionChild = { height: 'auto', - calcHeight: 95, + calcHeight: 200, tip: false, searchShow: true, searchMenuSpan: 10, -- Gitblit v1.9.3