|
|
|
@ -38,7 +38,7 @@ class BannersController extends AdminController |
|
|
|
// return "<span style='display: block;background: $bgColor;width: 30px;height: 20px;'></span>";
|
|
|
|
// });
|
|
|
|
$grid->column('cover_type_text'); |
|
|
|
$grid->column('path'); |
|
|
|
$grid->column('path')->editable(); |
|
|
|
$grid->column('path_type_text'); |
|
|
|
$grid->column('type_text'); |
|
|
|
$grid->column('sort')->sortable(); |
|
|
|
|