{ "widgettype": "VBox", "options": {"width": "100%", "padding": "16px"}, "subwidgets": [ { "widgettype": "HBox", "options": {"width": "100%", "marginBottom": "16px", "gap": "12px"}, "subwidgets": [ { "widgettype": "Input", "options": {"name": "filter_pipeline", "placeholder": "按产线筛选", "width": "200px"} }, { "widgettype": "Button", "options": {"label": "查询", "icon": "search"}, "binds": [{ "wid": "self", "event": "click", "actiontype": "script", "target": "task_table_area", "script": "loadTaskList();" }] }, { "widgettype": "Button", "options": {"label": "刷新", "icon": "refresh"}, "binds": [{ "wid": "self", "event": "click", "actiontype": "script", "target": "task_table_area", "script": "loadTaskList();" }] } ] }, { "widgettype": "VBox", "id": "task_table_area", "options": {"width": "100%", "flex": "1", "minHeight": "400px", "bgcolor": "var(--card-bg)", "padding": "16px"}, "subwidgets": [ {"widgettype": "Text", "options": {"text": "加载中..."}} ] } ] }