[修改]修改文本 调整了布局
This commit is contained in:
@@ -8,5 +8,7 @@ use Filament\Resources\Pages\CreateRecord;
|
||||
|
||||
class CreateMetric extends CreateRecord
|
||||
{
|
||||
protected static ?string $title = '测点配置管理'; // 自定义页面标题
|
||||
|
||||
protected static string $resource = MetricResource::class;
|
||||
}
|
||||
|
||||
@@ -10,6 +10,8 @@ class EditMetric extends EditRecord
|
||||
{
|
||||
protected static string $resource = MetricResource::class;
|
||||
|
||||
protected static ?string $title = '测点配置管理'; // 自定义页面标题
|
||||
|
||||
protected function getHeaderActions(): array
|
||||
{
|
||||
return [
|
||||
|
||||
@@ -10,6 +10,8 @@ class ListMetrics extends ListRecords
|
||||
{
|
||||
protected static string $resource = MetricResource::class;
|
||||
|
||||
protected static ?string $title = '测点配置管理'; // 自定义页面标题
|
||||
|
||||
protected function getHeaderActions(): array
|
||||
{
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user