From 02b3d584d201ca7cb8a024fd151fe6eddbf43def Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期五, 01 三月 2024 16:31:10 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- Source/UBCS-WEB/src/const/code/codebasic.js | 25 +++++++++++++++++-------- 1 files changed, 17 insertions(+), 8 deletions(-) diff --git a/Source/UBCS-WEB/src/const/code/codebasic.js b/Source/UBCS-WEB/src/const/code/codebasic.js index 72a8b1f..120556d 100644 --- a/Source/UBCS-WEB/src/const/code/codebasic.js +++ b/Source/UBCS-WEB/src/const/code/codebasic.js @@ -1,21 +1,21 @@ export default { - height:'auto', - calcHeight: 30, + tip: false, editBtn: false, addBtn: false, - searchShow: true, + searchShow: false, + height:218, searchMenuSpan: 5, disablePage: false, border: true, index: true, viewBtn: false, + delBtn: false, selection: true, menuWidth:260, dialogClickModal: false, refreshBtn: true, - columnBtn: true, - searchShowBtn: false, + columnBtn: false, highlightCurrentRow: true, //琛岄�変腑鏃堕珮浜� rowKey: "oid", //琛屾暟鎹殑 Key锛岀敤鏉ヤ紭鍖� Table 鐨勬覆鏌� column: [ @@ -25,6 +25,7 @@ search: true, searchLabelWidth: 80, searchSpan: 6, + sortable: true, }, { label: "鐮佹鍚嶇О", @@ -32,6 +33,7 @@ search: true, searchLabelWidth: 80, searchSpan: 6, + sortable: true, }, { label: "鐮佹鎻忚堪", @@ -42,7 +44,14 @@ { label: "鐮佹绫诲瀷", prop: "secTypeText", - } - + }, + { + label: "鍓嶇紑", + prop: "prefixCode", + }, + { + label: "鍚庣紑", + prop: "suffixCode", + }, ] -} \ No newline at end of file +} -- Gitblit v1.9.3