- Flatten nested style objects directly into options
- Text/Title use 'text', Button uses 'label'
- All paths use {{entire_url()}}
28 lines
853 B
XML
28 lines
853 B
XML
{
|
|
"widgettype": "VBox",
|
|
"options": {
|
|
"width": "100%",
|
|
"height": "100%"
|
|
},
|
|
"subwidgets": [
|
|
{
|
|
"widgettype": "Form",
|
|
"options": {
|
|
"title": "AI服务配置",
|
|
"tblname": "contract_ai_config",
|
|
"submit_url": "/api/contract/ai_config/save",
|
|
"width": "100%",
|
|
"maxWidth": "800px",
|
|
"margin": "0 auto"
|
|
},
|
|
"binds": [
|
|
{
|
|
"wid": "self",
|
|
"event": "submited",
|
|
"actiontype": "script",
|
|
"script": "await bricks.show_resp_message_or_error(event.params); if (event.params.success) { bricks.app.goto_url('{{entire_url(\"contract_list.ui\")}}'); }"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |