| | |
| | | 所在省 |
| | | </button> |
| | | </div> |
| | | <select class="form-control" id="pCode" onchange="TCompetition.oneChange(this)"> |
| | | <select class="form-control" id="pCode" onchange="TQuestion.oneChange(this)"> |
| | | <option value="">全部</option> |
| | | @for(obj in list){ |
| | | <option value="${obj.code}">${obj.name}</option> |
| | |
| | | </div> |
| | | |
| | | <div class="col-sm-3"> |
| | | <#button name="搜索" icon="fa-search" clickFun="TCompetition.search()"/> |
| | | <#button name="重置" icon="fa-trash" clickFun="TCompetition.resetSearch()" space="true"/> |
| | | <#button name="搜索" icon="fa-search" clickFun="TQuestion.search()"/> |
| | | <#button name="重置" icon="fa-trash" clickFun="TQuestion.resetSearch()" space="true"/> |
| | | </div> |
| | | </div> |
| | | <div class="hidden-xs" id="TCompetitionTableToolbar" role="group"> |
| | | <#button name="添加" icon="fa-plus" clickFun="TCompetition.openAddTCompetition()"/> |
| | | <#button name="手动支付" icon="fa-remove" clickFun="TCompetition.unfreeze()" space="true"/> |
| | | <div class="hidden-xs" id="TQuestionTableToolbar" role="group"> |
| | | <#button name="添加" icon="fa-plus" clickFun="TQuestion.openAddTQuestion()"/> |
| | | <#button name="手动支付" icon="fa-remove" clickFun="TQuestion.unfreeze()" space="true"/> |
| | | </div> |
| | | <#table id="TCompetitionTable"/> |
| | | <#table id="TQuestionTable"/> |
| | | </div> |
| | | </div> |
| | | </div> |