From 91560799c8088421983a6168c95b84a5d617df05 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期五, 17 十一月 2023 02:00:44 +0800 Subject: [PATCH] 历史数据导入、批量申请、申请编码接口代码逻辑中关键属性校验增加过滤条件 --- Source/UBCS-WEB/src/const/code/fixedValueMgrDialog.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/const/code/fixedValueMgrDialog.js b/Source/UBCS-WEB/src/const/code/fixedValueMgrDialog.js index 2eb57c3..9505f40 100644 --- a/Source/UBCS-WEB/src/const/code/fixedValueMgrDialog.js +++ b/Source/UBCS-WEB/src/const/code/fixedValueMgrDialog.js @@ -1,6 +1,6 @@ export default { //width: '70%', - height: '60vh', + height: '58vh', calcHeight: 30, tip: false, editBtn: false, @@ -35,4 +35,4 @@ searchSpan: 7, }, ] -} \ No newline at end of file +} -- Gitblit v1.9.3