From 39f9a5e6c709adc2aa3b2c6b5d54bc1d8dc43c1c Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 18 七月 2020 09:19:29 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/matCode/matCode.html   |    2 +-
 src/main/webapp/static/js/matCode/matCode.js |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/js/matCode/matCode.js b/src/main/webapp/static/js/matCode/matCode.js
index f36bf68..043cc41 100644
--- a/src/main/webapp/static/js/matCode/matCode.js
+++ b/src/main/webapp/static/js/matCode/matCode.js
@@ -7,7 +7,7 @@
     cols.push.apply(cols, matCols);
     cols.push({field: 'modiUser$', align: 'center',title: '淇敼浜哄憳', hide: true}
         ,{field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿', hide: true}
-        ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120})
+        ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:80})
     return cols;
 }
 layui.use(['table','laydate', 'form','upload'], function(){
diff --git a/src/main/webapp/views/matCode/matCode.html b/src/main/webapp/views/matCode/matCode.html
index e648b31..c026c51 100644
--- a/src/main/webapp/views/matCode/matCode.html
+++ b/src/main/webapp/views/matCode/matCode.html
@@ -88,7 +88,7 @@
 </script>
 
 <script type="text/html" id="operate">
-    <a class="layui-btn layui-btn-primary layui-btn-xs" lay-event="detail">璇︽儏</a>
+<!--    <a class="layui-btn layui-btn-primary layui-btn-xs" lay-event="detail">璇︽儏</a>-->
     <button class="layui-btn layui-btn-danger layui-btn-xs btn-print" lay-event="btnPrint">鎵撳嵃</button>
 </script>
 

--
Gitblit v1.9.1