From 320ed3f4782f9662f79ecfe14d2cf3f34dd288c5 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期二, 01 八月 2023 19:52:36 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/itemTable.js |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/js/itemTable.js b/src/main/webapp/static/js/itemTable.js
index 8c5c063..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,
@@ -37,8 +40,11 @@
             '</p>'].join(''),*/
         defaultToolbar: [],
         cols: [[
-            {field: 'id', title: '缂栧彿', width: 70, align: 'center'},
-            {field: 'name', title: '椤圭洰鍚嶇О'}
+            {field: 'uuid', title: '璁㈠崟鍙�', width: 100, align: 'center'},
+            {field: 'inUuid', 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