{ "tblname": "cms_site_config", "alias": "cms_site_config_list", "title": "站点配置", "params": { "sortby": ["config_group asc", "sort_order asc"], "logined_userorgid": "org_id", "browserfields": { "exclouded": [], "alters": { "config_type": { "uitype": "code", "data": [ {"value": "text", "text": "文本"}, {"value": "number", "text": "数字"}, {"value": "json", "text": "JSON"}, {"value": "bool", "text": "布尔"}, {"value": "image", "text": "图片URL"} ] } } }, "editexclouded": ["id", "org_id", "updated_at"], "editable": { "new_data_url": "{{entire_url('../api/cms_site_config_create.dspy')}}", "update_data_url": "{{entire_url('../api/cms_site_config_update.dspy')}}", "delete_data_url": "{{entire_url('../api/cms_site_config_delete.dspy')}}" } } }