76 lines
1.7 KiB
XML
76 lines
1.7 KiB
XML
{
|
||
"widgettype": "VBox",
|
||
"options": {
|
||
"width": "100%",
|
||
"height": "100%",
|
||
"padding": "20px",
|
||
"backgroundColor": "#F5F6FA"
|
||
},
|
||
"subwidgets": [
|
||
{
|
||
"widgettype": "Text",
|
||
"options": {
|
||
"label": "脚本引擎(W-06)",
|
||
"fontSize": "24px",
|
||
"fontWeight": "bold"
|
||
}
|
||
},
|
||
{
|
||
"widgettype": "ResponsableBox",
|
||
"options": {
|
||
"gap": "16px",
|
||
"minWidth": "250px"
|
||
},
|
||
"subwidgets": [
|
||
{
|
||
"widgettype": "VBox",
|
||
"options": {
|
||
"backgroundColor": "#FFFFFF",
|
||
"padding": "20px",
|
||
"cursor": "pointer",
|
||
"borderRadius": "8px"
|
||
},
|
||
"binds": [
|
||
{
|
||
"wid": "self",
|
||
"event": "click",
|
||
"actiontype": "urlwidget",
|
||
"target": "app.script_engine_content",
|
||
"options": {
|
||
"url": "{{entire_url('/script_engine/script_engine_list')}}"
|
||
},
|
||
"mode": "replace"
|
||
}
|
||
],
|
||
"subwidgets": [
|
||
{
|
||
"widgettype": "Text",
|
||
"options": {
|
||
"label": "脚本管理",
|
||
"fontSize": "16px"
|
||
}
|
||
},
|
||
{
|
||
"widgettype": "Text",
|
||
"options": {
|
||
"label": "脚本 CRUD / 执行 / 校验",
|
||
"fontSize": "13px",
|
||
"color": "#888888"
|
||
}
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"widgettype": "VBox",
|
||
"id": "script_engine_content",
|
||
"options": {
|
||
"width": "100%",
|
||
"flex": "1",
|
||
"marginTop": "20px"
|
||
}
|
||
}
|
||
]
|
||
}
|