@cms.surveyQuestionList surveyId=surveyId orderType=orderType pageIndex=pageNum pageSize=numPerPage>
| ID | <@t.page 'survey'/> | <@t.page 'title'/> | <@t.page 'content.score'/> | <@t.page 'sort'/> | <@t.page 'operate'/> | |
|---|---|---|---|---|---|---|
| ${a.id!} | ${(surveyMap[a.surveyId?string].title)!} |
<#if a.cover?has_content>
[<@t.page 'question.type.'+a.questionType/>] ${(a.title)!} |
${a.score!} | ${a.sort!} | <#if authorizedMap['cmsSurveyQuestion/add']> <@t.page 'button.edit'/> #if> <#if authorizedMap['cmsSurveyQuestion/delete']> <@t.page 'button.delete'/> #if> |