90 lines
2.8 KiB
XML

{
"widgettype": "VBox",
"options": {
"width": "100%",
"padding": "32px",
"spacing": "24px"
},
"subwidgets": [
{
"widgettype": "Title2",
"options": {
"text": "产线管理"
}
},
{
"widgettype": "Text",
"options": {
"text": "产线定义、步骤配置与发布管理",
"cfontsize": 1.2
}
},
{
"widgettype": "ResponsableBox",
"options": {
"gap": "16px",
"minWidth": "250px"
},
"subwidgets": [
{
"widgettype": "Button",
"options": {
"label": "产线定义",
"css": "card",
"cwidth": 23,
"cheight": 8
},
"binds": [{
"wid": "self",
"event": "click",
"actiontype": "urlwidget",
"target": "-main_content",
"options": {
"url": "{{entire_url('pipelines/')}}"
},
"mode": "replace"
}]
},
{
"widgettype": "Button",
"options": {
"label": "产线步骤",
"css": "card",
"cwidth": 23,
"cheight": 8
},
"binds": [{
"wid": "self",
"event": "click",
"actiontype": "urlwidget",
"target": "-main_content",
"options": {
"url": "{{entire_url('pipeline_steps/')}}"
},
"mode": "replace"
}]
},
{
"widgettype": "Button",
"options": {
"label": "发布记录",
"css": "card",
"cwidth": 23,
"cheight": 8
},
"binds": [{
"wid": "self",
"event": "click",
"actiontype": "urlwidget",
"target": "-main_content",
"options": {
"url": "{{entire_url('pipeline_versions/')}}"
},
"mode": "replace"
}]
}
]
}
]
}