{ "widgettype": "VBox", "options": { "width": "100%", "height": "100%", "padding": "0" }, "subwidgets": [ { "widgettype": "HBox", "options": { "width": "100%", "alignItems": "center", "marginBottom": "24px" }, "subwidgets": [ { "widgettype": "Title2", "options": { "text": "定价管理", "fontWeight": "700" } }, { "widgettype": "Filler" }, { "widgettype": "Text", "options": { "text": "模型定价项目与计费规则配置", "fontSize": "14px" } } ] }, { "widgettype": "VBox", "options": { "css": "card", "padding": "24px", "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": "定价项目管理", "fontWeight": "600", "marginBottom": "8px" } }, { "widgettype": "Text", "options": { "text": "管理模型定价规则、计费项目和定时任务", "fontSize": "14px" } } ] }, { "widgettype": "VBox", "id": "pricing_content", "css": "filler", "options": { "width": "100%", "overflowY": "auto" } } ] }