@sys.appList channel=channel pageIndex=pageNum pageSize=numPerPage>
| <@t.page 'channel'/> | <@t.page 'app.key'/> | <@t.page 'app.secret'/> | <@t.page 'operate'/> |
|---|---|---|---|
| ${a.channel!} | ${a.appKey!} | <#if authorizedMap['sysApp/view']> <@t.page 'app.view_secret'/> #if> | <#if authorizedMap['sysApp/add']> <@t.page 'app.edit'/> #if> <#if authorizedMap['sysApp/issueParameters']> <@t.page 'app.issue'/> #if> <#if authorizedMap['sysAppToken/list']> <@t.page 'app.token'/> #if> <#if authorizedMap['sysApp/delete']> <@t.page 'button.delete'/> #if> |