[ 'key_field' => 'id', 'status_field' => 'is_enable', 'is_search' => 1, 'is_middle' => 0, ], // 表单配置 'form' => [ [ 'label' => $lang['id'], 'view_type' => 'field', 'view_key' => 'id', 'width' => 110, 'is_copy' => 1, 'is_sort' => 1, 'search_config' => [ 'form_type' => 'input', 'where_type' => '=', ], ], [ 'label' => $lang['cover'], 'view_type' => 'images', 'view_key' => 'cover', 'width' => 70, 'images_width' => 25, 'images_height' => 25, ], [ 'label' => $lang['title'], 'view_type' => 'field', 'view_key' => 'title', 'grid_size' => 'sm', 'is_sort' => 1, 'params_where_name' => 'keywords', 'search_config' => [ 'form_type' => 'input', 'where_type' => 'like', ], ], [ 'label' => $lang['describe'], 'view_type' => 'field', 'view_key' => 'describe', 'grid_size' => 'sm', 'text_truncate' => 2, 'is_popover' => 1, 'is_sort' => 1, 'search_config' => [ 'form_type' => 'input', 'where_type' => 'like', ], ], [ 'label' => $lang['article_category_name'], 'view_type' => 'field', 'view_key' => 'article_category_name', 'is_sort' => 1, 'width' => 140, 'params_where_name' => 'category_ids', 'search_config' => [ 'form_type' => 'select', 'form_name' => 'article_category_id', 'where_type' => 'in', ], ], [ 'label' => $lang['add_time'], 'view_type' => 'field', 'view_key' => 'add_time', 'is_sort' => 1, 'search_config' => [ 'form_type' => 'datetime', ], ], [ 'label' => $lang['upd_time'], 'view_type' => 'field', 'view_key' => 'upd_time', 'is_sort' => 1, 'search_config' => [ 'form_type' => 'datetime', ], ], ], // 数据配置 'data' => [ 'table_name' => 'Article', 'data_handle' => 'ArticleService::ArticleListHandle', ], ]; } } ?>