@_voteList startStartDate=startStartDate endStartDate=endStartDate startEndDate=startEndDate endEndDate=endEndDate title=title orderField=orderField orderType=orderType pageIndex=pageNum pageSize=numPerPage>
| ID | <@t.page 'title'/> | <@t.page 'description'/> | <@t.page 'content.score'/> | <@t.page 'start_date'/> | <@t.page 'end_date'/> | <@t.page 'create_date'/> | <@t.page 'operate'/> | |
|---|---|---|---|---|---|---|---|---|
| ${a.id!} | ${a.title!} | ${a.description!} | ${a.scores!} | ${a.startDate!} | ${a.endDate!} | ${a.createDate!} | <#if authorizedMap['cmsVote/add']> <@t.page 'button.edit'/> #if> <#if authorizedMap['cmsVote/delete']> <@t.page 'button.delete'/> #if> |