{ "widgettype": "VBox", "options": { "width": "100%", "padding": "16px" }, "subwidgets": [ { "widgettype": "Text", "options": { "text": "供应商配置管理", "fontSize": "20px", "fontWeight": "bold", "marginBottom": "16px" } }, { "widgettype": "DataViewer", "options": { "data_url": "{{entire_url('api/get_rl_vendor_config_list.dspy')}}", "crud_url": "{{entire_url('rl_vendor_config_list')}}" } } ] }