{ "widgettype": "VBox", "options": { "width": "100%", "height": "100%", "padding": "16px" }, "subwidgets": [ { "widgettype": "Text", "options": { "text": "供销记账", "fontSize": "20px", "fontWeight": "bold", "marginBottom": "16px" } }, { "widgettype": "DataViewer", "options": { "url": "{{entire_url('supplychain_accounting_list/index.ui')}}" } } ] }