Parcourir la source

总院审核增加入口菜单

sugangqiang il y a 11 mois
Parent
commit
a6146319e1
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      app/common/api/MenuApi.php

+ 1 - 0
app/common/api/MenuApi.php

@@ -217,6 +217,7 @@ class MenuApi {
             $menus[] = ["type" => [5], "code" => "yysh", "pcode" => "0", "name" => "医院审核", "url" => "#", "icon" => "fa-pencil-square-o", "status" => 1];
             $menus[] = ["type" => [5], "code" => "yyzhsh", "pcode" => "yysh", "name" => "注册审核", "url" => "/enterprise/hospital/list", "icon" => "fa-pencil-square-o", "status" => 1];
             $menus[] = ["type" => [5], "code" => "yyrcrdsh", "pcode" => "yysh", "name" => "优秀人才审核", "url" => "/enterprise/talent/examineCenter", "icon" => "fa-pencil-square-o", "status" => 1];
+            $menus[] = ["type" => [5], "code" => "wjrcccbg", "pcode" => "yysh", "name" => "人才层次变更审核", "url" => "/enterprise/talentTypeChange/examineCenter", "icon" => "fa-pencil-square-o", "status" => 1];
         }
         $menus[] = ["type" => [1, 2, 5, 6], "code" => "yhfk", "pcode" => "0", "name" => "用户反馈", "url" => "", "icon" => "fa-bug", "status" => 1];
         $menus[] = ["type" => [1, 2, 5, 6], "code" => "rcrd", "pcode" => "0", "name" => "人才认定", "url" => "#", "icon" => "fa-pencil-square-o", "status" => 1];