From 5566f138c490229dd36fbf34f90ffdd3ce78ba0a Mon Sep 17 00:00:00 2001
From: ludc <pUXmgxCf6A>
Date: 星期一, 22 五月 2023 22:41:01 +0800
Subject: [PATCH] 与集团接口集成对象,数据持久层代码添加
---
Source/UBCS-WEB/src/const/code/codebasic.js | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/Source/UBCS-WEB/src/const/code/codebasic.js b/Source/UBCS-WEB/src/const/code/codebasic.js
index a67ccaa..40a1b65 100644
--- a/Source/UBCS-WEB/src/const/code/codebasic.js
+++ b/Source/UBCS-WEB/src/const/code/codebasic.js
@@ -13,6 +13,9 @@
selection: true,
menuWidth:260,
dialogClickModal: false,
+ refreshBtn: true,
+ columnBtn: true,
+ searchShowBtn: false,
highlightCurrentRow: true, //琛岄�変腑鏃堕珮浜�
column: [
{
@@ -20,14 +23,14 @@
prop: "id",
search: true,
searchLabelWidth: 80,
- searchSpan: 5,
+ searchSpan: 6,
},
{
label: "鐮佹鍚嶇О",
prop: "name",
search: true,
searchLabelWidth: 80,
- searchSpan: 5,
+ searchSpan: 6,
},
{
label: "鐮佹鎻忚堪",
--
Gitblit v1.9.3