From 8a0ce5ae3c37efd2cf5bf2aa7b863645ee167fb2 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期三, 06 九月 2023 13:30:43 +0800
Subject: [PATCH] 采购管理、设备管理相关列表界面增加按钮设置功能

---
 WebTM/views/PublicPage/UserInformation.html |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/WebTM/views/PublicPage/UserInformation.html b/WebTM/views/PublicPage/UserInformation.html
index 21e0e02..6ba1919 100644
--- a/WebTM/views/PublicPage/UserInformation.html
+++ b/WebTM/views/PublicPage/UserInformation.html
@@ -159,6 +159,8 @@
                 //, toolbar: '#toolbarDemo'
                 , height: 'full-120'
                 , page: true
+                , limits: [50, 500, 5000, 50000]
+                , limit: 50
                 , cellMinWidth: 90
                 , cols: [[
                     { type: 'radio', fixed: 'left' }

--
Gitblit v1.9.1