@extends('layouts.admin') @section('title', 'AI 模型管理') @section('content')
| 名称 | 模态 | 总分 | 状态 | 更新时间 | 操作 |
|---|---|---|---|---|---|
|
{{ $item->name }}
{{ $item->summary }}
|
{{ $item->modality }} | {{ $item->total_score }} | {{ $item->status?->value ?? '-' }} | {{ $item->updated_at?->format('Y-m-d H:i') }} | 编辑 |
| 暂无模型数据 | |||||