[ 'key_field' => 'id', 'status_field' => 'is_enable', 'is_search' => 1, 'search_url' => MyUrl('admin/design/index'), 'is_delete' => 1, 'delete_url' => MyUrl('admin/design/delete'), 'delete_key' => 'ids', ], // 表单配置 'form' => [ [ 'view_type' => 'checkbox', 'is_checked' => 0, 'checked_text' => '反选', 'not_checked_text' => '全选', 'align' => 'center', 'width' => 80, ], [ 'label' => '基础信息', 'view_type' => 'module', 'view_key' => 'design/module/info', 'grid_size' => 'sm', 'is_sort' => 1, 'sort_field' => 'name', 'search_config' => [ 'form_type' => 'input', 'where_type' => 'like', 'placeholder' => '请输入名称' ], ], [ 'label' => '访问次数', 'view_type' => 'field', 'view_key' => 'access_count', 'is_sort' => 1, 'search_config' => [ 'form_type' => 'section', ], ], [ 'label' => '是否启用', 'view_type' => 'status', 'view_key' => 'is_enable', 'post_url' => MyUrl('admin/design/statusupdate'), 'is_form_su' => 1, 'align' => 'center', 'is_sort' => 1, 'search_config' => [ 'form_type' => 'select', 'where_type' => 'in', 'data' => MyConst('common_is_text_list'), 'data_key' => 'id', 'data_name' => 'name', 'is_multiple' => 1, ], ], [ 'label' => '是否含头部', 'view_type' => 'status', 'view_key' => 'is_header', 'post_url' => MyUrl('admin/design/statusupdate'), 'align' => 'center', 'is_sort' => 1, 'search_config' => [ 'form_type' => 'select', 'where_type' => 'in', 'data' => MyConst('common_is_text_list'), 'data_key' => 'id', 'data_name' => 'name', 'is_multiple' => 1, ], ], [ 'label' => '是否含尾部', 'view_type' => 'status', 'view_key' => 'is_footer', 'post_url' => MyUrl('admin/design/statusupdate'), 'align' => 'center', 'is_sort' => 1, 'search_config' => [ 'form_type' => 'select', 'where_type' => 'in', 'data' => MyConst('common_is_text_list'), 'data_key' => 'id', 'data_name' => 'name', 'is_multiple' => 1, ], ], [ 'label' => 'SEO标题', 'view_type' => 'field', 'view_key' => 'seo_title', 'is_sort' => 1, 'search_config' => [ 'form_type' => 'input', 'where_type' => 'like', ], ], [ 'label' => 'SEO关键字', 'view_type' => 'field', 'view_key' => 'seo_keywords', 'is_sort' => 1, 'search_config' => [ 'form_type' => 'input', 'where_type' => 'like', ], ], [ 'label' => 'SEO描述', 'view_type' => 'field', 'view_key' => 'seo_desc', 'grid_size' => 'sm', 'is_sort' => 1, 'search_config' => [ 'form_type' => 'input', 'where_type' => 'like', ], ], [ 'label' => '创建时间', 'view_type' => 'field', 'view_key' => 'add_time', 'is_sort' => 1, 'search_config' => [ 'form_type' => 'datetime', ], ], [ 'label' => '更新时间', 'view_type' => 'field', 'view_key' => 'upd_time', 'is_sort' => 1, 'search_config' => [ 'form_type' => 'datetime', ], ], [ 'label' => '操作', 'view_type' => 'operate', 'view_key' => 'design/module/operate', 'align' => 'center', 'fixed' => 'right', ], ], ]; } } ?>