From 02df7ad658b0fbc73b3c4739719be691eec45a8b Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期三, 01 十一月 2023 11:33:26 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/locDetlGroup/locDetlGroup.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/static/js/locDetlGroup/locDetlGroup.js b/src/main/webapp/static/js/locDetlGroup/locDetlGroup.js index af9eb14..c7a381b 100644 --- a/src/main/webapp/static/js/locDetlGroup/locDetlGroup.js +++ b/src/main/webapp/static/js/locDetlGroup/locDetlGroup.js @@ -8,9 +8,9 @@ , {field: 'batch', align: 'center', title: '鎵瑰彿', width: 300, sort: true} , {field: 'storeMax', align: 'center', title: '鏁伴噺涓婇檺', sort: true} , {field: 'storeMin', align: 'center', title: '鏁伴噺涓嬮檺', sort: true} - , {field: 'storeMaxDate', align: 'center', title: '搴撻緞涓婇檺', sort: true} + // , {field: 'storeMaxDate', align: 'center', title: '搴撻緞涓婇檺', sort: true} , {field: 'anfme', align: 'center', title: '瀹為檯鏁伴噺'} - , {field: 'nowTime', align: 'center', title: '瀹為檯搴撻緞'} + // , {field: 'nowTime', align: 'center', title: '瀹為檯搴撻緞'} ]; @@ -29,7 +29,7 @@ tableIns = table.render({ elem: '#locDetl', headers: {token: localStorage.getItem('token')}, - url: baseUrl + '/locDetl/grouplist/auth', + url: baseUrl + '/locDetl/groupLocList/auth', page: true, limit: 20, limits: [20, 30, 50, 100, 200, 500], -- Gitblit v1.9.1