芝麻web文件管理V1.00
编辑当前文件:/home/forge/stage.herta-bht.smartcon-survey.com/app/Filament/Resources/DataUploadResource.php
latest(); } public static function table(Table $table): Table { return $table ->columns([ Tables\Columns\TextColumn::make('id')->label('#'), Tables\Columns\TextColumn::make('country.name'), Tables\Columns\TextColumn::make('wave')->numeric(), Tables\Columns\TextColumn::make('interviews_count')->numeric(), Tables\Columns\ToggleColumn::make('published'), Tables\Columns\TextColumn::make('created_at')->dateTime() ->since()->label('Uploaded At'), ]); } public static function getPages(): array { return [ 'index' => Pages\ListDataUploads::route('/'), ]; } }