@sys.roleList pageIndex=pageNum pageSize=numPerPage>
| <@t.page 'id'/> | <@t.page 'name'/> | <@t.page 'module.own_all_right'/> | <@t.page 'module.show_all_module'/> | <@t.page 'operate'/> |
|---|---|---|---|---|
| ${a.id!} | ${(a.name)!} | ${a.ownsAllRight?then(t.pageMessage('yes'),'')} | ${a.showAllModule?then(t.pageMessage('yes'),'')} | <@t.page 'role.edit'/> <@t.page 'button.delete'/> |