@extends('layouts.crm') @section('title')课题研究@endsection @section('header') @endsection @section('navbread') {{-- */ $navbread = [ ['name' => '科研探究', 'href' => ''], ['name' => '课题研究', 'href' => ''], ] /* --}} @endsection @section('body')
@if(count($info->all())) @foreach($info as $k=>$v) @endforeach @else @endif
教职工号 姓名 课题 授权单位 参与人员 研究目标 开始日期 结束日期 审核状态 操作
@if($v['status'] != 1) @elseif($auth=1) @endif {{ $v['staff_no'] }} {{ $v['name'] }} {{ $v['title'] }} {{ $v['company'] }} {{ isset($v['staff']) ? $v['staff'] : '无' }} {{ mb_substr($v['intro'], 0, 3) }} {{ date('Y-m-d',$v['start_at']) }} {{ date('Y-m-d',$v['end_at']) }} {{ configInfo('status')[$v['status']] }} @if(hasPower('research::editResearch')) @if($user_id == $v['user_id'] && in_array($v['status'], [2,3])) @endif @endif
暂无数据
@if(count($info->all()))
{!! $info->links() !!}
@endif
@section('footer') @endsection @endsection