{ "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": "VScrollPanel", "options": { "css": "filler" }, "subwidgets": [ { "widgettype": "VBox", "options": { "spacing": 24 }, "subwidgets": [ { "widgettype": "ResponsableBox", "options": { "gap": "16px", "minWidth": "300px" }, "subwidgets": [ { "widgettype": "VBox", "options": { "css": "card", "cwidth": 25, "padding": "16px", "cursor": "pointer" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.pricing_content", "options": { "url": "{{entire_url('/pricing/pricing_program')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Title4", "options": { "text": "定价项目管理", "marginBottom": "8px" } }, { "widgettype": "Text", "options": { "text": "管理模型定价规则、计费项目和定时任务", "cfontsize": 1.2 } } ] } ] } ] }, { "widgettype": "VBox", "id": "pricing_content" } ] } ] }