From ca6ec80da1bffc13e67b2ce5e34ff67f485cc74f Mon Sep 17 00:00:00 2001 From: lihang <lihang@vci-tech.com> Date: 星期二, 16 五月 2023 17:51:56 +0800 Subject: [PATCH] 业务类型新增按钮联调修正。 业务类型弹出表单细节修正。 --- Source/UBCS-WEB/src/const/code/plCodeKeyattrrepeat.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Source/UBCS-WEB/src/const/code/plCodeKeyattrrepeat.js b/Source/UBCS-WEB/src/const/code/plCodeKeyattrrepeat.js index 771b72c..819f401 100644 --- a/Source/UBCS-WEB/src/const/code/plCodeKeyattrrepeat.js +++ b/Source/UBCS-WEB/src/const/code/plCodeKeyattrrepeat.js @@ -4,11 +4,13 @@ tip: false, searchShow: true, searchMenuSpan: 6, + searchLabelWidth:120, border: true, index: true, viewBtn: true, selection: true, dialogClickModal: false, + highlightCurrentRow: true, column: [ { label: "", -- Gitblit v1.9.3