@csrf
{{ $fromTitle }}
@if(isset($item[$primaryKey]))
@endif
@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 @if(isset($item['id']))
摄像头ID
@endif
摄像头名称
摄像头类型
无
@if(count($columns['camera_type']['options']) > 0) @foreach($columns['camera_type']['options'] as $k => $col)
{{ $col }}
@endforeach @endif
摄像头来源
无
@if(count($columns['camera_source']['options']) > 0) @foreach($columns['camera_source']['options'] as $k => $col)
{{ $col }}
@endforeach @endif
录像机品牌
@foreach($columns['video_recorder']['options'] as $k => $col)
@endforeach
rtsp规则
摄像头链接
用户名
密码
ip地址
端口
通道号
视频码流
无
{{-- @foreach($columns['code_stream']['options'] as $k=>$v)--}} {{-- @if($k == 1 && count($columns['code_stream']['options']) > 0)--}} {{--
{{ $v }}
--}} {{-- @else--}} {{--
{{ $v }}
--}} {{-- @endif--}} {{-- @endforeach--}} @if($columns['code_stream']['value'] == 2)
子码流
主码流
@else
子码流
主码流
@endif
排序
@if(isset($columns['surface_id']))
所属矿区区域
无
@foreach($columns['surface_id']['options'] as $k=>$v) @if($k == 1 && count($columns['surface_id']['options']) > 0)
{{ $v }}
@else
{{ $v }}
@endif @endforeach
@endif @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