From e903b9669c92a6cda1a2114a3320c2646fc5d1f4 Mon Sep 17 00:00:00 2001
From: fujunling <2984387807@qq.com>
Date: 星期四, 03 八月 2023 09:56:51 +0800
Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs
---
Source/UBCS-WEB/src/const/code/codebasic.js | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Source/UBCS-WEB/src/const/code/codebasic.js b/Source/UBCS-WEB/src/const/code/codebasic.js
index 72a8b1f..5f52389 100644
--- a/Source/UBCS-WEB/src/const/code/codebasic.js
+++ b/Source/UBCS-WEB/src/const/code/codebasic.js
@@ -1,10 +1,9 @@
export default {
- height:'auto',
- calcHeight: 30,
+ height:'260',
tip: false,
editBtn: false,
addBtn: false,
- searchShow: true,
+ searchShow: false,
searchMenuSpan: 5,
disablePage: false,
border: true,
@@ -14,8 +13,7 @@
menuWidth:260,
dialogClickModal: false,
refreshBtn: true,
- columnBtn: true,
- searchShowBtn: false,
+ columnBtn: false,
highlightCurrentRow: true, //琛岄�変腑鏃堕珮浜�
rowKey: "oid", //琛屾暟鎹殑 Key锛岀敤鏉ヤ紭鍖� Table 鐨勬覆鏌�
column: [
@@ -25,6 +23,7 @@
search: true,
searchLabelWidth: 80,
searchSpan: 6,
+ sortable: true,
},
{
label: "鐮佹鍚嶇О",
@@ -32,6 +31,7 @@
search: true,
searchLabelWidth: 80,
searchSpan: 6,
+ sortable: true,
},
{
label: "鐮佹鎻忚堪",
@@ -45,4 +45,4 @@
}
]
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3