@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
序号 评价表名称 创建日期 评价人设置 评价类型 评价表状态 操作
{{ $k+1 }} {{ $v['title'] }} {{ date('Y-m-d', $v['create_at']) }} {{ !empty($v['review_user_id']) ? '已设置' : '未设置' }} {{ !empty($v['is_self_comm']) ? '自评、' : '' }} {{ !empty($v['to_leader_id']) ? '领导评、' : '' }} {{ !empty($v['to_worker_id']) ? '同事评、' : '' }} {{ !empty($v['review_student_id']) ? '学生评、' : '' }} {{ !empty($v['review_parent_id']) ? '家长评' : '' }} @if($v['over_at'] < time()) {{ '已过期' }} @else {{ $v['status'] == 1 ? '已启用' : '未启用' }} @endif 查看 @if(hasPower('review::editByPersonReview')) @if($v['status'] == 0 && $v['over_at'] > time()) 编辑 @endif @endif
暂无数据
@if(count($info->all()))
{!! $info->links() !!}
@endif @section('footer') @endsection @endsection