OMEGA\lulufj.ho 2 месяцев назад
Родитель
Сommit
96ca9a4dd6
2 измененных файлов: 2 добавлений и 2 удалений
  1. 1
    1
      app/Filament/Resources/EsgResource.php
  2. 1
    1
      app/Filament/Resources/NewsResource.php

+ 1
- 1
app/Filament/Resources/EsgResource.php Просмотреть файл

56
             ->schema([
56
             ->schema([
57
                 //
57
                 //
58
                 Tabs::make("")->tabs([
58
                 Tabs::make("")->tabs([
59
-                    Tab::make('基本資訊')->schema([
59
+                    Tab::make('基本資訊123')->schema([
60
                         TextInput::make('keyword')->label("關聯字詞")->required()
60
                         TextInput::make('keyword')->label("關聯字詞")->required()
61
                         ->validationMessages([
61
                         ->validationMessages([
62
                             'required' => '請填寫關聯字詞',
62
                             'required' => '請填寫關聯字詞',

+ 1
- 1
app/Filament/Resources/NewsResource.php Просмотреть файл

149
                         ])->visible(fn (Get $get):bool => $get("paragraph_type") == 1),
149
                         ])->visible(fn (Get $get):bool => $get("paragraph_type") == 1),
150
                         Group::make()->schema([
150
                         Group::make()->schema([
151
                             FilamentLexicalEditor::make('text_content_tw')
151
                             FilamentLexicalEditor::make('text_content_tw')
152
-                                ->label('繁體中文內容123')
152
+                                ->label('繁體中文內容')
153
                                 ->id(fn ($get) => "text_content_tw_" . $get('item_key') . "_" . uniqid())
153
                                 ->id(fn ($get) => "text_content_tw_" . $get('item_key') . "_" . uniqid())
154
                                 ->enabledToolbars([
154
                                 ->enabledToolbars([
155
                                     ToolbarItem::UNDO, ToolbarItem::REDO, ToolbarItem::NORMAL,
155
                                     ToolbarItem::UNDO, ToolbarItem::REDO, ToolbarItem::NORMAL,