| | |
| | | <#button name="删除" icon="fa-remove" clickFun="TQuestion.delete()" space="true"/> |
| | | <#button name="上架" icon="fa-check" clickFun="TQuestion.onShelf()" space="true"/> |
| | | <#button name="下架" icon="fa-remove" clickFun="TQuestion.offShelf()" space="true"/> |
| | | <#button name="查看详情" icon="fa-search" clickFun="TQuestion.getInfo()" space="true"/> |
| | | <#button name="查看详情" icon="fa-search" clickFun="TQuestion.openChange()" space="true"/> |
| | | <#button name="视频详情" icon="fa-search" clickFun="TQuestion.getInfo()" space="true"/> |
| | | </div> |
| | | <#table id="TQuestionTable"/> |