{ "tblname": "sd_features", "title": "功能管理", "params": { "sortby": [ "created_at desc" ], "confidential_fields": [], "browserfields": { "exclouded": [ "acceptance_criteria", "task_id" ], "alters": { "project_id": { "uitype": "code", "dataurl": "{{entire_url('/pipeline_core/api/get_project_options.dspy')}}", "valueField": "value", "textField": "text" }, "iteration_id": { "uitype": "code", "dataurl": "{{entire_url('../api/get_iteration_options.dspy')}}", "valueField": "value", "textField": "text" }, "feature_type": { "uitype": "code", "dataurl": "{{entire_url('../api/get_search_feature_type.dspy')}}", "valueField": "value", "textField": "text" }, "priority": { "uitype": "code", "dataurl": "{{entire_url('../api/get_search_priority.dspy')}}", "valueField": "value", "textField": "text" }, "status": { "uitype": "code", "dataurl": "{{entire_url('../api/get_search_feature_status.dspy')}}", "valueField": "value", "textField": "text" } } }, "editexclouded": [ "id", "created_at", "updated_at", "task_id", "created_by" ], "editable": { "new_data_url": "{{entire_url('../api/sd_feature_create.dspy')}}", "update_data_url": "{{entire_url('../api/sd_feature_update.dspy')}}", "delete_data_url": "{{entire_url('../api/sd_feature_delete.dspy')}}" }, "data_filter": { "AND": [ { "field": "feature_name", "op": "LIKE", "var": "name_input" }, { "field": "status", "op": "=", "var": "status_input" }, { "field": "feature_type", "op": "=", "var": "type_input" } ] } } }