From bfaf2e3cba978abf78c768f6737f9b9f987c43ff Mon Sep 17 00:00:00 2001 From: mrzhssss <pro6@qq.com> Date: 星期二, 06 九月 2022 10:11:01 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/itemTable.js | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/itemTable.js b/src/main/webapp/static/js/itemTable.js index 8c5c063..979a894 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,7 +40,8 @@ '</p>'].join(''),*/ defaultToolbar: [], cols: [[ - {field: 'id', title: '缂栧彿', width: 70, align: 'center'}, + {field: 'uuid', title: '璁㈠崟鍙�', width: 100, align: 'center'}, + {field: 'inUuid', title: '椤圭洰缂栧彿'}, {field: 'name', title: '椤圭洰鍚嶇О'} ]], done: function (res, curr, count) { -- Gitblit v1.9.1