@extends('layouts.crm') @section('title')部门管理@endsection @section('header') @endsection @section('navbread') {{-- */ $navbread = [ ['name' => '系统设置', 'href' => ''], ['name' => '部门管理', 'href' => ''], ] /* --}} @endsection @section('body')
部门序号 | 部门名称 | 上级部门 | {{--人员迁移 | 修改 | --}}|
---|---|---|---|---|---|
@if($v['cp_id'] != 0) @endif | B{{ $v['og_id'] }} | {{ $v['og_name'] }} | {{ isset($deptName[$v['cp_id']]) ? $deptName[$v['cp_id']] : '教职工管理系统' }} | {{--@if($v['pid'] != 0) @endif | --}} |
暂无数据 |