diff --git a/src/main/resources/static/route/system/role/list.html b/src/main/resources/static/route/system/role/list.html index df0e712..986ad48 100644 --- a/src/main/resources/static/route/system/role/list.html +++ b/src/main/resources/static/route/system/role/list.html @@ -96,22 +96,22 @@ {field:'roleName', width:170, title: '角色名称', align:'center',}, {field:'roleSummary', width:170, title: '角色说明', align:'center',}, {field:'roleCode', width:170, title: '角色编码', align:'center',}, - {field:'jurisdiction', width:200, title: '快捷权限', align:'center', - templet: function(item) { - return '
' + - '' + - '' + - '' + - ''+ - '
' - } - }, + // {field:'jurisdiction', width:200, title: '快捷权限', align:'center', + // templet: function(item) { + // return '
' + + // '' + + // '' + + // '' + + // ''+ + // '
' + // } + // }, {field:'jurisdiction', width:200, title: '其他权限', align:'center', templet: function(item) { return '
' + '' + ''+ - ''+ + // ''+ '
' } },