From f8d321a4f7970cb1cdb99cf1d5864180f217c5f2 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期五, 07 七月 2023 18:38:38 +0800
Subject: [PATCH] 代码整合,前端代码打包
---
Source/UBCS-WEB/src/const/code/codebasic.js | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/Source/UBCS-WEB/src/const/code/codebasic.js b/Source/UBCS-WEB/src/const/code/codebasic.js
index 72a8b1f..3780dcd 100644
--- a/Source/UBCS-WEB/src/const/code/codebasic.js
+++ b/Source/UBCS-WEB/src/const/code/codebasic.js
@@ -14,7 +14,7 @@
menuWidth:260,
dialogClickModal: false,
refreshBtn: true,
- columnBtn: true,
+ columnBtn: false,
searchShowBtn: false,
highlightCurrentRow: true, //琛岄�変腑鏃堕珮浜�
rowKey: "oid", //琛屾暟鎹殑 Key锛岀敤鏉ヤ紭鍖� Table 鐨勬覆鏌�
@@ -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: "鐮佹鎻忚堪",
--
Gitblit v1.9.3