@extends('layouts.crm') @section('title')综合汇总@endsection @section('header') @endsection @section('navbread') {{-- */ $navbread = [ ['name' => '教职工考评', 'href' => ''], ['name' => '评价汇总', 'href' => ''], ['name' => '综合汇总', 'href' => ''], ] /* --}} @endsection @section('body') @if($id)
@if(count($comList)) @foreach($comList as $k=>$v) @endforeach @endif
名次 部门 姓名 单评得分 综合得分
自评 领导评 同事评 学生评 家长评
{{ $k }} {{ $userInfo[$v['user_id']]['dept_name'] }} {{ $userInfo[$v['user_id']]['name'] }} {{ isset($v['review'][1]['avg']) ? $v['review'][1]['avg'] : '' }} {{ isset($v['review'][2]['avg']) ? $v['review'][2]['avg'] : '' }} {{ isset($v['review'][3]['avg']) ? $v['review'][3]['avg'] : '' }} {{ isset($v['review'][4]['avg']) ? $v['review'][4]['avg'] : '' }} {{ isset($v['review'][5]['avg']) ? $v['review'][5]['avg'] : '' }} {{ $v['avgNum'] }}
@endif @section('footer') @endsection @endsection