{ "tblname": "pipeline_steps", "title": "产线步骤", "params": { "sortby": "step_order", "browserfields": { "exclouded": ["id", "step_config", "input_schema", "output_schema"], "cwidth": {} }, "editexclouded": [ "id", "created_at" ], "editable": { "new_data_url": "{{entire_url('../api/pipeline_steps_create.dspy')}}", "update_data_url": "{{entire_url('../api/pipeline_steps_update.dspy')}}", "delete_data_url": "{{entire_url('../api/pipeline_steps_delete.dspy')}}" }, "confidential_fields": [], "subtables": [ { "field": "pipeline_id", "title": "所属产线", "subtable": "pipelines" } ] } }