%var cssParam = {%>
<%};%>
<%var jsParam = {%>
<%};%>
<%layout("/onlineSurvey/afterPage/commonPage/_layout.html", {nav: "主题选项管理",meunsel:"onlineSurveyManage",jsParam:jsParam,cssParam:cssParam}) {%>
序号 |
选项说明 |
目前状态 |
状态操作 |
操作 |
<%for(tempDate in dateList!){%>
${tempDateLP.index} |
${tempDate.explains!''} |
<%if(tempDate.state == 0){%>
开启
<%}else if(tempDate.state == 1){%>
未开启
<%}else if(tempDate.state == 2){%>
结束
<%}%>
|
开启
关闭
结束
|
|
<%}elsefor{%>
没有记录! |
<%}%>
<%}%>