[修改]修改文本 调整了布局

This commit is contained in:
makotocc0107
2024-08-27 17:02:16 +08:00
parent 016e6b215d
commit 90b0ebaf93
10 changed files with 98 additions and 44 deletions

View File

@@ -8,5 +8,7 @@ use Filament\Resources\Pages\CreateRecord;
class CreateMetric extends CreateRecord
{
protected static ?string $title = '测点配置管理'; // 自定义页面标题
protected static string $resource = MetricResource::class;
}

View File

@@ -10,6 +10,8 @@ class EditMetric extends EditRecord
{
protected static string $resource = MetricResource::class;
protected static ?string $title = '测点配置管理'; // 自定义页面标题
protected function getHeaderActions(): array
{
return [

View File

@@ -10,6 +10,8 @@ class ListMetrics extends ListRecords
{
protected static string $resource = MetricResource::class;
protected static ?string $title = '测点配置管理'; // 自定义页面标题
protected function getHeaderActions(): array
{
return [