From 5ce69179bf655ea4760c1fcc76b8d4b5e421f3de Mon Sep 17 00:00:00 2001
From: 杨乐 <yang.le.192@qq.com>
Date: 星期四, 10 二月 2022 17:00:21 +0800
Subject: [PATCH] 修改页码及排序

---
 WebTM/views/系统管理/系统参数管理/Xt_SystemParameterList.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git "a/WebTM/views/\347\263\273\347\273\237\347\256\241\347\220\206/\347\263\273\347\273\237\345\217\202\346\225\260\347\256\241\347\220\206/Xt_SystemParameterList.html" "b/WebTM/views/\347\263\273\347\273\237\347\256\241\347\220\206/\347\263\273\347\273\237\345\217\202\346\225\260\347\256\241\347\220\206/Xt_SystemParameterList.html"
index 2e917b3..7942c61 100644
--- "a/WebTM/views/\347\263\273\347\273\237\347\256\241\347\220\206/\347\263\273\347\273\237\345\217\202\346\225\260\347\256\241\347\220\206/Xt_SystemParameterList.html"
+++ "b/WebTM/views/\347\263\273\347\273\237\347\256\241\347\220\206/\347\263\273\347\273\237\345\217\202\346\225\260\347\256\241\347\220\206/Xt_SystemParameterList.html"
@@ -80,7 +80,9 @@
                 //, toolbar: '#toolbarDemo'
                 ,height: 'full-50' 
                 , page: true
-                ,cellMinWidth: 90
+                , cellMinWidth: 90
+                , limit: 50
+                , limits: [50, 500, 5000, 20000]
                 , cols: [[
                     { field: 'Hitemid', title: 'Hitemid', sort: true, hide: true }
                     , { field: '妯″潡澶х被', title: '妯″潡澶х被' }

--
Gitblit v1.9.1