diff --git a/resources/views/admin/hosts/index.blade.php b/resources/views/admin/hosts/index.blade.php index 31de8ab..4c507ab 100644 --- a/resources/views/admin/hosts/index.blade.php +++ b/resources/views/admin/hosts/index.blade.php @@ -12,8 +12,9 @@ 名称 用户 月估算价格 - 创建时间 + 状态 更新时间 + 创建时间 操作 @@ -43,16 +44,18 @@ @endif - {{ $host->created_at }} + {{ $host->updated_at }} + + {{ $host->created_at }} + 编辑 - @endforeach