| | |
| | | ,{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} |
| | |
| | | shadeClose: false, |
| | | content: 'role_power_detail.html', |
| | | success: function(layero, index){ |
| | | |
| | | } |
| | | }); |
| | | break; |