Added doc no label name in production characteristic resource page
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 29s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 18s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 27s
Laravel Pint / pint (pull_request) Successful in 1m54s
Laravel Larastan / larastan (pull_request) Failing after 4m15s

This commit is contained in:
dhanabalan
2026-08-18 17:01:50 +05:30
parent d50171154f
commit eaebee8336

View File

@@ -235,7 +235,7 @@ class ProductionCharacteristicResource extends Resource
->alignCenter()
->sortable(),
Tables\Columns\TextColumn::make('production_order')
->label('Production Order')
->label('Production Order / Doc No')
->searchable()
->alignCenter()
->sortable(),
@@ -280,15 +280,9 @@ class ProductionCharacteristicResource extends Resource
})
->alignCenter()
->sortable(),
// Tables\Columns\TextColumn::make('inspection_status')
// ->label('Inspection Status')
// Tables\Columns\TextColumn::make('result')
// ->label('Result')
// ->searchable()
// ->color(fn (string $state): string => match ($state) {
// 'Ok' => 'success',
// 'Not Ok' => 'danger',
// 'NotOk' => 'danger',
// default => 'gray',
// })
// ->alignCenter()
// ->sortable(),
Tables\Columns\TextColumn::make('remark')