@csrf
{{ $fromTitle }}
@foreach($columns as $key => $column) @switch($column['type']) @case('tree_select')
{{ $column['label'] }}
{{-- {!! json_encode($column) !!} --}}
@if($column['isShowNull'] == true)
无
@endif @if(count($column['options']) > 0) @include('admin::component.multi_select_option', ['selects' => $column['options'], 'selectPid' => $item[$key] ?? ($column['default'] ?? '')]) @endif
@break @endswitch @endforeach
摄像头名称
摄像头类型
无
@foreach($columns['camera_type']['options'] as $k=>$v) @if($k == 1 && count($columns['camera_type']['options']) > 0)
{{ $v }}
@else
{{ $v }}
@endif @endforeach
摄像头来源
无
@foreach($columns['camera_source']['options'] as $k=>$v) @if($k == 1 && count($columns['camera_source']['options']) > 0)
{{ $v }}
@else
{{ $v }}
@endif @endforeach
录像机品牌
@foreach($columns['video_recorder']['options'] as $k => $v) @if($k == 1 && count($columns['video_recorder']['options']) > 0)
@else
@endif @endforeach
摄像头链接
用户名
密码
ip地址
端口
通道号
视频码流
无
@foreach($columns['code_stream']['options'] as $k=>$v) @if($k == 1 && count($columns['code_stream']['options']) > 0)
{{ $v }}
@else
{{ $v }}
@endif @endforeach
排序
@foreach($columns as $key => $column) @switch($column['type']) @case('uploadImg')
{{ $column['label'] }}
@if (strlen($column['default']) > 0) @endif
上传图片
@break @default @endswitch @if($hasHr)
@endif @endforeach @if(!is_null($footBtns))
@if(in_array('goback',$footBtns)) @if($isAjax)
取消
@else
返回
@endif @endif @if(in_array('save',$footBtns))
保存
@endif
@endif