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/code/codebasic.js | 28 ++++++++++++++++++++-------- 1 files changed, 20 insertions(+), 8 deletions(-) diff --git a/Source/UBCS-WEB/src/const/code/codebasic.js b/Source/UBCS-WEB/src/const/code/codebasic.js index a67ccaa..712b74a 100644 --- a/Source/UBCS-WEB/src/const/code/codebasic.js +++ b/Source/UBCS-WEB/src/const/code/codebasic.js @@ -1,33 +1,38 @@ export default { - height:'auto', - calcHeight: 30, + height:'260', tip: false, editBtn: false, addBtn: false, - searchShow: true, + searchShow: false, searchMenuSpan: 5, disablePage: false, border: true, index: true, viewBtn: false, + delBtn: false, selection: true, menuWidth:260, dialogClickModal: false, + refreshBtn: true, + columnBtn: false, highlightCurrentRow: true, //琛岄�変腑鏃堕珮浜� + rowKey: "oid", //琛屾暟鎹殑 Key锛岀敤鏉ヤ紭鍖� Table 鐨勬覆鏌� column: [ { label: "鐮佹缂栧彿", prop: "id", search: true, searchLabelWidth: 80, - searchSpan: 5, + searchSpan: 6, + sortable: true, }, { label: "鐮佹鍚嶇О", prop: "name", search: true, searchLabelWidth: 80, - searchSpan: 5, + searchSpan: 6, + sortable: true, }, { label: "鐮佹鎻忚堪", @@ -38,7 +43,14 @@ { label: "鐮佹绫诲瀷", prop: "secTypeText", - } - + }, + { + label: "鍓嶇紑", + prop: "prefixCode", + }, + { + label: "鍚庣紑", + prop: "suffixCode", + }, ] -} \ No newline at end of file +} -- Gitblit v1.9.3