<#NameCon id="name" name="姓名" />
<#NameCon id="idCard" name="证件号码" />
<#SelectCon id="sex" name="性别" >
#SelectCon>
<#SelectCon id="nation" name="民族" >
#SelectCon>
<#SelectCon id="nationality" name="国籍/地区" >
#SelectCon>
<#SelectCon id="provinceCode" name="籍贯省" >
@for(item in provinceList){
@}
#SelectCon>
<#SelectCon id="politics" name="政治面貌" >
#SelectCon>
<#SelectCon id="enterpriseId" name="单位名称" >
@for(item in enterpriseList){
@}
#SelectCon>
<#SelectCon id="industryField" name="行业领域" >
#SelectCon>
<#SelectCon id="source" name="申报来源">
#SelectCon>
<#SelectCon id="fromCity" name="入选来源县市">
@for(item in fromCityList){
@}
#SelectCon>
<#SelectCon id="introductionMode" name="引进方式">
#SelectCon>
<#SelectCon id="highEducation" name="最高学历" >
#SelectCon>
<#NameCon id="major" name="专业" />
<#NameCon id="title" name="职称" />
<#SelectCon id="studyAbroad" name="是否有留学经历" >
#SelectCon>
<#NameCon id="phone" name="手机号码" />
<#NameCon id="email" name="电子邮箱" />
<#SelectCon id="talentType" name="人才标签" >
#SelectCon>
<#SelectCon id="talentArrange" name="人才层次" >
#SelectCon>
<#SelectCon id="identifyCondition" name="认定条件" >
#SelectCon>
<#SelectCon id="address" name="所属镇街" >
#SelectCon>
<#SelectCon id="active" name="离职状态" >
#SelectCon>
<#SelectCon id="checkState" name="审核状态">
#SelectCon>
<#SelectCon id="isPublic" name="公示状态" >
#SelectCon>
<#SelectCon id="breakFaith" name="是否失信" >
#SelectCon>
<#NameCon id="year" name="申报年度" />
<#SelectCon id="isEffect" name="是否有效">
#SelectCon>
@if(shiro.hasPermission("/talentInfo/prepareHczx")){
<#button name="导出核查征信" icon="fa-file-excel-o" clickFun="TalentInfo.showDataCheckModal(1)" space="false"/>
@}
@if(shiro.hasPermission("/talentInfo/hczxReject")){
<#button name="征信失信" icon="fa-warning" clickFun="TalentInfo.showHczxRejectModal()" space="false"/>
@}
@if(shiro.hasPermission("/talentInfo/hczxPass")){
<#button name="征信通过" icon="fa-check" clickFun="TalentInfo.showDataCheckModal(2)" space="false"/>
@}
@if(shiro.hasPermission("/talentInfo/publicExportBefore")){
<#button name="公示预览" icon="fa-file-excel-o" clickFun="TalentInfo.showDataCheckModal(7)" space="false"/>
@}
@if(shiro.hasPermission("/talentInfo/preparePublic")){
<#button name="公示" icon="fa-opencart" btnCss="danger" clickFun="TalentInfo.showDataCheckModal(3)" space="false"/>
@}
@if(shiro.hasPermission("/talentInfo/preparePublicExport")){
<#button name="公示导出" icon="fa-file-excel-o" clickFun="TalentInfo.publicExport(1)" space="false"/>
@}
@if(shiro.hasPermission("/talentInfo/prepareCheck")){
<#button name="公示再审核" icon="fa-check-square-o" clickFun="TalentInfo.afterCheck()" space="false"/>
@}
@if(shiro.hasPermission("/talentInfo/publicPass")){
<#button name="公示通过" icon="fa-compass" clickFun="TalentInfo.showDataCheckModal(4)" space="false"/>
@}
@if(shiro.hasPermission("/talentInfo/publishExportBefore")){
<#button name="公布预览" icon="fa-television" clickFun="TalentInfo.showDataCheckModal(8)" space="false"/>
@}
@if(shiro.hasPermission("/talentInfo/preparePublish")){
<#button name="公布" icon="fa-television" btnCss="danger" clickFun="TalentInfo.showDataCheckModal(5)" space="false"/>
@}
@if(shiro.hasPermission("/talentInfo/preparePublishExport")){
<#button name="公布导出" icon="fa-file-excel-o" clickFun="TalentInfo.publicExport(2)" space="false"/>
@}
@if(shiro.hasPermission("/talentInfo/prepareCanclePublish")){
<#button name="撤销公布" icon="fa-reply" clickFun="TalentInfo.canclePublish()" space="false"/>
@}
@if(shiro.hasPermission("/talentInfo/prepareCertification")){
<#button name="发证" icon="fa-newspaper-o" clickFun="TalentInfo.showDataCheckModal(6)" space="false"/>
@}
@if(shiro.hasPermission("/talentInfo/prepareExport")){
<#button name="导出" icon="fa-file-excel-o" clickFun="TalentInfo.showExportModal()" space="false"/>
@}
@if(shiro.hasPermission("/talentInfo/prepareDownload")){
<#button name="下载" icon="fa-download" clickFun="TalentInfo.download()"/>
@}
@if(shiro.hasPermission("/talentInfo/prepareDownload")){
<#button name="批量下载头像" icon="fa-cloud-download" clickFun="TalentInfo.downloadPhoto()"/>
@}
@if(shiro.hasPermission("/talentInfo/libraryDetail")){
<#button name="查看" icon="fa-eye" clickFun="TalentInfo.openTalentInfoDetail()" space="false"/>
@}