pushuo 2022-08-22 16:57:58 +08:00
parent e389c3b184
commit 53810c492a
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@
<td>
<div title="{{ $page['title'] ?? '' }}">{{ $page['title_format'] ?? '' }}</div>
</td>
<td>{{ $page['active'] }}</td>
<td class="{{ $page['active'] ? 'text-success' : 'text-secondary'}}">
{{ $page['active'] ? __('common.enable') : __('common.disable') }}
</td>
<td>{{ $page['created_at'] }}</td>
<td>{{ $page['updated_at'] }}</td>
<td class="text-end">