From 71927d489198518e2a9e4188340dfbdc35caa3a2 Mon Sep 17 00:00:00 2001
From: xiejun <xj@2023>
Date: 星期三, 29 十一月 2023 10:46:08 +0800
Subject: [PATCH] 1.标准变系列,系列变系列测试 2.业务数据数据更改,直接发布
---
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 40a1b65..712b74a 100644
--- a/Source/UBCS-WEB/src/const/code/codebasic.js
+++ b/Source/UBCS-WEB/src/const/code/codebasic.js
@@ -1,22 +1,22 @@
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: true,
- searchShowBtn: false,
+ columnBtn: false,
highlightCurrentRow: true, //琛岄�変腑鏃堕珮浜�
+ rowKey: "oid", //琛屾暟鎹殑 Key锛岀敤鏉ヤ紭鍖� Table 鐨勬覆鏌�
column: [
{
label: "鐮佹缂栧彿",
@@ -24,6 +24,7 @@
search: true,
searchLabelWidth: 80,
searchSpan: 6,
+ sortable: true,
},
{
label: "鐮佹鍚嶇О",
@@ -31,6 +32,7 @@
search: true,
searchLabelWidth: 80,
searchSpan: 6,
+ sortable: true,
},
{
label: "鐮佹鎻忚堪",
@@ -41,7 +43,14 @@
{
label: "鐮佹绫诲瀷",
prop: "secTypeText",
- }
-
+ },
+ {
+ label: "鍓嶇紑",
+ prop: "prefixCode",
+ },
+ {
+ label: "鍚庣紑",
+ prop: "suffixCode",
+ },
]
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3