{ "tblname": "pipeline_versions", "title": "发布记录", "params": { "sortby": "created_at", "browserfields": { "exclouded": ["id", "config_snapshot"], "cwidth": {} }, "editexclouded": [ "id", "created_at" ], "editable": { "new_data_url": "{{entire_url('../api/pipeline_versions_create.dspy')}}", "update_data_url": "{{entire_url('../api/pipeline_versions_update.dspy')}}", "delete_data_url": "{{entire_url('../api/pipeline_versions_delete.dspy')}}" }, "confidential_fields": [], "subtables": [ { "field": "pipeline_id", "title": "所属产线", "subtable": "pipelines" } ] } }