@extends('layouts.crm') @section('title')系统日志@endsection @section('header') @endsection @section('navbread') {{-- */ $navbread = [ ['name' => '系统设置', 'href' => ''], ['name' => '系统操作日志', 'href' => ''], ] /* --}} @endsection @section('body')
序号 | 栏目 | 业务名称 | 操作人 | 操作类型 | 操作时间 |
---|---|---|---|---|---|
{{ $v['id'] }} | {{ $v['menu_name'] }} | {{ $action[$v['type']] }} | {{ $v['name'] }} | {{ $action[$v['type']] }} | {{ date('Y-m-d H:i', $v['create_at']) }} |