From a85cb705274d8fbd9f5fba86ff1c39c13ac66de0 Mon Sep 17 00:00:00 2001 From: xiejun <xj@2023> Date: 星期一, 16 十月 2023 17:46:02 +0800 Subject: [PATCH] 1.用户加控制启用,停用状态 2.根据流水依赖获取最大流水值 --- Source/UBCS-WEB/src/const/code/mdmrule.js | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Source/UBCS-WEB/src/const/code/mdmrule.js b/Source/UBCS-WEB/src/const/code/mdmrule.js index a2b46e6..c8a5ce4 100644 --- a/Source/UBCS-WEB/src/const/code/mdmrule.js +++ b/Source/UBCS-WEB/src/const/code/mdmrule.js @@ -1,6 +1,5 @@ export default { - height:"220px", - calcHeight: 30, + height:"270", tip: false, editBtn:false, searchShow: true, @@ -11,7 +10,6 @@ selection: true, dialogClickModal: false, columnBtn: false, - searchShowBtn: false, highlightCurrentRow: true, rowKey: "oid", //琛屾暟鎹殑 Key锛岀敤鏉ヤ紭鍖� Table 鐨勬覆鏌� column: [ @@ -92,4 +90,4 @@ display: false, }, ] -} \ No newline at end of file +} -- Gitblit v1.9.3