From c2f77cb1c01b8215fd2fc8c76fd4180629b7f08f Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 12 九月 2022 14:47:35 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/zypms' into zypms
---
src/main/webapp/static/js/itemTable.js | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/static/js/itemTable.js b/src/main/webapp/static/js/itemTable.js
index f02b773..2cb36a9 100644
--- a/src/main/webapp/static/js/itemTable.js
+++ b/src/main/webapp/static/js/itemTable.js
@@ -19,6 +19,9 @@
pageName: 'curr',
pageSize: 'limit'
},
+ page: true,
+ limit: 16,
+ limits: [16, 30, 50, 100, 200, 500],
parseData: function (res) {
return {
'code': res.code,
@@ -39,7 +42,9 @@
cols: [[
{field: 'uuid', title: '璁㈠崟鍙�', width: 100, align: 'center'},
{field: 'inUuid', title: '椤圭洰缂栧彿'},
- {field: 'name', title: '椤圭洰鍚嶇О'}
+ {field: 'name', title: '椤圭洰鍚嶇О'},
+ {field: 'type$$', title: '椤圭洰绫诲瀷'}
+
]],
done: function (res, curr, count) {
$('#dictTable+.layui-table-view .layui-table-body tbody>tr:first').trigger('click');
--
Gitblit v1.9.1