@extends('layouts.crm') @section('title')课题实践@endsection @section('header') @endsection @section('navbread') {{-- */ $navbread = [ ['name' => '科研探究', 'href' => ''], ['name' => '课题实践', 'href' => ''], ] /* --}} @endsection @section('body')
教职工号 | 姓名 | 实践主题 | 日期 | 参与班级 | 事件成果 | 实践反思 | 审核状态 | 操作 | |
---|---|---|---|---|---|---|---|---|---|
@if($v['status'] != 1) @endif | {{ $v['staff_no'] }} | {{ $v['name'] }} | {{ $v['title'] }} | {{ date('Y-m-d',$v['object_at']) }} | {{ $v['cname'] }} | {{ mb_substr($v['content'], 0, 3) }} | {{ mb_substr($v['remark'], 0, 3) }} | {{ configInfo('status')[$v['status']] }} | @if(hasPower('research::editPractice')) @if($user_id == $v['user_id'] && in_array($v['status'], [2,3])) @endif @endif |