@ -27,10 +27,14 @@ $this->params['breadcrumbs'][] = $this->title;
'sort_order',
'icon_type',
'icon',
'is_show',
'is_delete',
'created_at',
'updated_at',
[
'attribute' => 'is_show',
'value' => function ($model) {
return $model->is_show == \antgoods\goods\models\ars\Category::IS_SHOW_DISPLAY ? '显示':'隐藏';
}
],
'created_at:datetime',
'updated_at:datetime',
]) ?>