自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-07-11 874d05f2df116c6484558e3522bdac5f4334e09f
#
2个文件已修改
4 ■■■■ 已修改文件
src/main/webapp/static/js/role/role.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/role/role.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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}
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>