@if(roleType==1){
@}
@if(roleType==1){
@}
<#NameCon id="name" name="姓名" />
<#NameCon id="phone" name="联系电话" />
<#SelectCon id="isVip" name="年度会员" >
#SelectCon>
<#NameCon id="salesmanUserName" name="销售人员" />
<#button name="搜索" icon="fa-search" clickFun="TQuestion.search()"/>
<#button name="重置" icon="fa-trash" clickFun="TQuestion.resetSearch()"/>
<#button name="添加" icon="fa-plus" clickFun="TQuestion.openAdd()"/>
<#button name="编辑" icon="fa-edit" clickFun="TQuestion.openChange()" space="true"/>
<#button name="查看详情" icon="fa-edit" clickFun="TQuestion.openInfo()" space="true"/>
<#button name="冻结" icon="fa-check" clickFun="TQuestion.offShelf()" space="true"/>
<#button name="解冻" icon="fa-check" clickFun="TQuestion.onShelf()" space="true"/>
<#button name="添加学员" icon="fa-edit" clickFun="TQuestion.openAddStudent()" space="true"/>
<#button name="查看学员信息" icon="fa-edit" clickFun="TQuestion.openChange()" space="true"/>
<#table id="TQuestionTable"/>