@extends('layouts.crm') @section('title')教学计划@endsection @section('header') @endsection @section('navbread') {{-- */ $navbread = [ ['name' => '教学技能', 'href' => '/skill/addProgram'], ['name' => '教学计划', 'href' => '/skill/addProgram'], ] /* --}} @endsection @section('body')
教职工号 | 姓名 | 创建日期 | 教学计划 | 教学目标 | 操作 | |
---|---|---|---|---|---|---|
{{$v['staff_no']}} | {{$v['name']}} | 1970-01-01 | {{$v['teach_plan']}} | {{ str_limit($v['teach_goals'], 120, '... ... ') }} | @if(hasPower('skill::editProgram')) @if($user_id == $v['user_id']) @endif @endif | |