新建
@foreach($master->fields as $row) @endforeach @foreach($sublist as $rows) @foreach($rows->fields as $row) @endforeach @endforeach
字段别名 字段名 数据绑定 数据关联 字段类型 字段索引 表单类型 ID
{{$row['name']}} {{$row['field']}} @if($row['data_type']) {{$sets[$row['data_type']]['name']}}({{$row['data_field']}}) @endif {{$row['data_link']}} @if($row['type']) {{$row['type']}}({{$row['length']}}) @endif {{$row['index']}} {{$row['form_type']}} {{$row['id']}} 编辑 @if($row['system'] == 0) 删除 @endif
{{$rows->name}} {{$row['name']}} {{$row['field']}} @if($row['data_type']) {{$sets[$row['data_type']]['name']}}({{$row['data_field']}}) @endif {{$row['data_link']}} @if($row['type']) {{$row['type']}}({{$row['length']}}) @endif {{$row['index']}} {{$row['form_type']}} {{$row['id']}} 编辑 @if($row['system'] == 0) 删除 @endif