@extends('layouts.app') @section('title')查询-自定义字段@endsection @section('content')
| ID | 目标字段 | 字段显示名 | 对应权限 | 货主 | 创建时间 | 操作 |
|---|---|---|---|---|---|---|
| @{{customField.id}} | @{{customField.field}} | @{{customField.present_name}} | @{{customField.authority_name}} | @{{customField.owner_name}} | @{{customField.created_at}} | @can('自定义字段-编辑') @endcan |