[ 'Article' => '文章管理', 'articles'=> '文章管理', ], 'fields' => [ 'title' => '标题', 'sub_title' => '副标题', 'author' => '作者', 'author_name' => '作者', 'category_id' => '分类', 'category'=>[ 'name' => '分类', ], 'admin_user_id' => '创建人', 'cover' => '封面', 'media_path' => '媒体资源', 'is_recommend' => '推荐状态', 'content' => '内容', 'is_enable' => '可用状态', 'sort' => '排序', 'published_at' => '发布时间', 'remarks' => '备注', 'like_nums' => '点赞数', 'read_nums' => '浏览数' ], 'options' => [ ], ];