{ "widgettype": "VBox", "options": { "width": "100%", "height": "100%", "padding": "16px" }, "subwidgets": [ { "widgettype": "Title4", "options": { "text": "查看虚拟人素材", "fontWeight": "600", "marginBottom": "12px" } }, { "widgettype": "Form", "id": "virtual_view_form", "options": { "cheight": 8, "fields": [ { "uitype": "code", "name": "vendor_group_id", "label": "素材组合", "dataurl": "{{entire_url('api/get_virtual_groups.dspy')}}", "data_field": "value", "text_field": "text", "required": true } ] }, "binds": [ { "wid": "self", "event": "submit", "actiontype": "urlwidget", "target": "app.rl_virtual_asset_results", "options": { "method": "POST", "url": "{{entire_url('api/submit_virtual_list_assets.dspy')}}" }, "mode": "replace" } ] }, { "widgettype": "VBox", "options": { "css": "filler", "padding": "0", "marginTop": "12px" }, "subwidgets": [ { "widgettype": "VScrollPanel", "options": { "css": "filler" }, "subwidgets": [ { "widgettype": "VBox", "id": "rl_virtual_asset_results", "options": { "width": "100%", "padding": "0" } } ] } ] } ] }