@extends('layouts.crm') @section('title')教职工减少@endsection @section('header') @endsection @section('navbread') {{-- */ $navbread = [ ['name' => '教职工信息', 'href' => ''], ['name' => '异动情况', 'href' => ''], ] /* --}} @endsection @section('body')
工号 | 姓名 | 日期 | 类别 | 减少原因 | 操作 |
---|---|---|---|---|---|
{{ $v['staff_no'] }} | {{ $v['name'] }} | {{ date('Y-m-d', $v['reduce_at']) }} | {{ configInfo('reduce_type', $v['reduce_type']) }} | {{ mb_substr($v['reduce_reason'], 0, 3) }} | @if(hasPower('worker::backUser')) @endif @if(hasPower('worker::delReduce')) @endif |