Compare commits
2 Commits
ef62ca360b
...
3c8bcb2e9e
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c8bcb2e9e | |||
|
|
8104da98d4 |
@@ -458,12 +458,12 @@ class ProductionPlanResource extends Resource
|
||||
->numeric()
|
||||
->sortable()
|
||||
->searchable(),
|
||||
// Tables\Columns\TextColumn::make('production_quantity')
|
||||
// ->label('Production Quantity')
|
||||
// ->alignCenter()
|
||||
// ->numeric()
|
||||
// ->sortable()
|
||||
// ->searchable(),
|
||||
Tables\Columns\TextColumn::make('production_quantity')
|
||||
->label('Production Quantity')
|
||||
->alignCenter()
|
||||
->numeric()
|
||||
->sortable()
|
||||
->searchable(),
|
||||
// Tables\Columns\TextColumn::make('line.name')
|
||||
// ->label('Line')
|
||||
// ->alignCenter()
|
||||
|
||||
Reference in New Issue
Block a user