@extends('manager.layout.master') @section('head') @endsection @section('body')
文件管理 管理所有上传的文件,包括图片、文档等。可删除废弃文件释放空间。{{-- 工具栏 --}} {{-- 批量操作栏 --}} {{-- 表格 --}}
| 预览 | 文件名 | 文件大小 | 宽度 | 高度 | 关联业务 | 上传时间 | 操作 | |
|---|---|---|---|---|---|---|---|---|
|
@if($isImage)
|
{{$vo->file_name}} | {{$vo->file_size ? number_format($vo->file_size / 1024, 1) . ' KB' : '-'}} | {{$vo->width ?: '-'}} | {{$vo->height ?: '-'}} | @if(count($refs) > 0) @foreach($refs as $ref) {{$ref['text']}} @endforeach @else 未关联 @endif | {{$vo->create_time}} | ||
| 暂无文件 | ||||||||