@@ -31,7 +31,7 @@ class Talent extends EnterpriseController {
if ($isMix == 1) {
$tpl = "newIndex";
}
- return view($tpl);
+ return view($tpl,['type'=>session("user")['type']]);
public function list() {
@@ -109,7 +109,9 @@
</button>
</div>
+ {if condition="$type == 1"}
<p style="font-size: 20px;color: #ff0000">直认数据请先选中后再点击下方菜单“修改申报”进行操作!</p>
+ {/if}
<div class="hidden-xs" id="TalentInfoTableToolbar" role="group">
<button type="button" class="btn btn-sm btn-primary " onclick="TalentInfo.addTalentInfo()" id="">
<i class="fa fa-plus"></i> 添加申报