added production quantity in production plan resource page #188
@@ -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