From 874d05f2df116c6484558e3522bdac5f4334e09f Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期六, 11 七月 2020 08:16:20 +0800 Subject: [PATCH] # --- src/main/webapp/views/role/role.html | 2 +- src/main/webapp/static/js/role/role.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/role/role.js b/src/main/webapp/static/js/role/role.js index 3b91de1..3bdce29 100644 --- a/src/main/webapp/static/js/role/role.js +++ b/src/main/webapp/static/js/role/role.js @@ -40,7 +40,7 @@ ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80} ,{field: 'code', align: 'center',title: '缂栫爜'} ,{field: 'name', align: 'center',title: '鍚嶇О'} - ,{field: 'leader$', align: 'center',title: '涓婄骇',event: 'leader', style: 'text-decoration: underline;cursor:pointer'} + ,{field: 'leader$', align: 'center',title: '涓婄骇'} // ,{field: 'level$', align: 'center',title: '瑙掕壊绛夌骇'} ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:150} diff --git a/src/main/webapp/views/role/role.html b/src/main/webapp/views/role/role.html index 0023b90..6e25e67 100644 --- a/src/main/webapp/views/role/role.html +++ b/src/main/webapp/views/role/role.html @@ -43,7 +43,7 @@ </script> <script type="text/html" id="operate"> - <a class="layui-btn layui-btn-xs layui-btn-warm" lay-event="power">鏉冮檺</a> + <a class="layui-btn layui-btn-xs layui-btn-danger" lay-event="power">鏉冮檺</a> <a class="layui-btn layui-btn-xs btn-edit" lay-event="edit">缂栬緫</a> </script> -- Gitblit v1.9.1