{ "widgettype": "VBox", "options": { "width": "100%", "height": "100%", "padding": "0" }, "subwidgets": [ { "widgettype": "HBox", "options": { "width": "100%", "alignItems": "center", "marginBottom": "24px" }, "subwidgets": [ { "widgettype": "Title2", "options": { "text": "产线管理" } }, { "widgettype": "Filler" }, { "widgettype": "Text", "options": { "text": "产线定义、步骤配置与发布管理", "cfontsize": 1.2 } } ] }, { "widgettype": "VBox", "options": { "css": "filler", "spacing": 16 }, "subwidgets": [ { "widgettype": "ResponsableBox", "options": { "gap": "16px", "minWidth": "250px" }, "subwidgets": [ { "widgettype": "Button", "options": { "label": "产线定义", "css": "card", "cwidth": 23, "cheight": 8 }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "-pipeline_core_content", "options": { "url": "{{entire_url('pipelines/')}}" }, "mode": "replace" } ] }, { "widgettype": "Button", "options": { "label": "产线步骤", "css": "card", "cwidth": 23, "cheight": 8 }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "-pipeline_core_content", "options": { "url": "{{entire_url('pipeline_steps/')}}" }, "mode": "replace" } ] }, { "widgettype": "Button", "options": { "label": "发布记录", "css": "card", "cwidth": 23, "cheight": 8 }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "-pipeline_core_content", "options": { "url": "{{entire_url('pipeline_versions/')}}" }, "mode": "replace" } ] } ] }, { "widgettype": "VScrollPanel", "id": "pipeline_core_content", "options": { "css": "filler", "width": "100%", "height": "100%" } } ] } ] }