From 207823b94f5627fae49d29b51b5ce7186a70c8e0 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期六, 04 一月 2025 09:59:48 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/pakStore/matQuery.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/pakStore/matQuery.html b/src/main/webapp/views/pakStore/matQuery.html
index 54c50b4..757ebbb 100644
--- a/src/main/webapp/views/pakStore/matQuery.html
+++ b/src/main/webapp/views/pakStore/matQuery.html
@@ -77,7 +77,7 @@
 <script>
     function getCol() {
         let cols = [
-            {type: 'checkbox', fixed: 'left'}
+            {type: 'checkbox',width: 50, fixed: 'left'}
         ];
         cols.push.apply(cols, matCols);
         cols.push(
@@ -101,7 +101,7 @@
         matQueryTable = table.render({
             elem: '#mat',
             headers: {token: localStorage.getItem('token')},
-            url: baseUrl + '/mat/list/auth',
+            url: baseUrl + '/mat/emptyBucketsList/auth',
             page: true,
             limit: 7,
             limits: [7, 10, 30,50,100],

--
Gitblit v1.9.1