From 07d060bf1e55fb57b3ca60210c7abd484a6ee806 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 29 七月 2020 10:22:36 +0800
Subject: [PATCH] #当前本版十分完美、冻结
---
src/main/webapp/static/js/report/workOut.js | 3 ++-
src/main/webapp/static/js/report/workIn.js | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/static/js/report/workIn.js b/src/main/webapp/static/js/report/workIn.js
index bc173d9..80267c4 100644
--- a/src/main/webapp/static/js/report/workIn.js
+++ b/src/main/webapp/static/js/report/workIn.js
@@ -22,7 +22,8 @@
headers: {token: localStorage.getItem('token')},
url: baseUrl+'/report/viewWorkInList.action',
page: true,
- limit: 10,
+ limit: 16,
+ limits: [16, 30, 50, 100, 200, 500],
toolbar: '#toolbar',
cellMinWidth: 50,
cols: [getCol()],
diff --git a/src/main/webapp/static/js/report/workOut.js b/src/main/webapp/static/js/report/workOut.js
index b38236b..49a03e0 100644
--- a/src/main/webapp/static/js/report/workOut.js
+++ b/src/main/webapp/static/js/report/workOut.js
@@ -24,7 +24,8 @@
headers: {token: localStorage.getItem('token')},
url: baseUrl+'/report/viewWorkOutList.action',
page: true,
- limit: 10,
+ limit: 16,
+ limits: [16, 30, 50, 100, 200, 500],
toolbar: '#toolbar',
cellMinWidth: 50,
cols: [getCol()],
--
Gitblit v1.9.1