|
|
@@ -87,7 +87,7 @@ class ProjectResource extends Resource
|
|
87
|
87
|
app(DeepLService::class)->createTranslationAction('summaries', ['summaries', 'address', 'district',
|
|
88
|
88
|
'floor_plan', 'building_structure', 'design_unit']),
|
|
89
|
89
|
])->columnSpanFull()->id('summaries'),
|
|
90
|
|
- Radio::make('badge_type')->label('')->options([1 => '永續目標', 2 => '取得標章'])->default(1)->inline(),
|
|
|
90
|
+ Radio::make('badge_type')->label('')->options([1 => '永續目標', 2 => '取得標章'])->default(1)->inline()->reactive(),
|
|
91
|
91
|
Repeater::make('badgesTarget')->label('永續目標')->schema([
|
|
92
|
92
|
Select::make('badge_id')
|
|
93
|
93
|
->options(function () {
|