71 lines
2.1 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": "220px"
},
"subwidgets": [
{
"widgettype": "Button",
"options": {
"label": "分销商管理",
"cwidth": 23,
"cheight": 8,
"css": "card"
},
"binds": [{
"wid": "self",
"event": "click",
"actiontype": "urlwidget",
"target": "-main_content",
"options": {
"url": "{{entire_url('distributors/')}}"
},
"mode": "replace"
}]
},
{
"widgettype": "Button",
"options": {
"label": "分销商产线配置",
"cwidth": 23,
"cheight": 8,
"css": "card"
},
"binds": [{
"wid": "self",
"event": "click",
"actiontype": "urlwidget",
"target": "-main_content",
"options": {
"url": "{{entire_url('distributor_pipeline/')}}"
},
"mode": "replace"
}]
}
]
}
]
}