{% set roles = get_user_roles(get_user()) %}
{
"widgettype": "VBox",
"options": {
"width": "100%",
"height": "100%",
"padding": "0"
},
"subwidgets": [
{
"widgettype": "HBox",
"options": {
"width": "100%",
"alignItems": "center",
"marginBottom": "24px"
},
"subwidgets": [
{
"widgettype": "Title2",
"options": {
"text": "平台业务"
}
},
{
"widgettype": "Filler"
},
{
"widgettype": "Text",
"options": {
"text": "供应商与分销商管理",
"cfontsize": 1.2
}
}
]
},
{
"widgettype": "VScrollPanel",
"options": {
"css": "filler"
},
"subwidgets": [
{
"widgettype": "VBox",
"options": {
"spacing": 24
},
"subwidgets": [
{
"widgettype": "ResponsableBox",
"options": {
"gap": "16px",
"minWidth": "250px"
},
"subwidgets": [
{% if 'reseller.operator' in roles %}
{
"widgettype": "VBox",
"options": {
"css": "card",
"padding": "16px",
"cursor": "pointer",
"cwidth": 23
},
"binds": [
{
"wid": "self",
"event": "click",
"actiontype": "urlwidget",
"target": "app.platformbiz_content",
"options": {
"url": "{{entire_url('/platformbiz/provider')}}"
},
"mode": "replace"
}
],
"subwidgets": [
{
"widgettype": "Svg",
"options": {
"svg": "",
"width": "36px",
"height": "36px",
"marginBottom": "16px"
}
},
{
"widgettype": "Title4",
"options": {
"text": "供应商管理",
"marginBottom": "8px"
}
},
{
"widgettype": "Text",
"options": {
"text": "管理AI模型供应商信息与API配置",
"cfontsize": 1.2
}
}
]
},
{% endif %}
{% if 'reseller.sale' in roles %}
{
"widgettype": "VBox",
"options": {
"css": "card",
"padding": "16px",
"cursor": "pointer",
"cwidth": 23
},
"binds": [
{
"wid": "self",
"event": "click",
"actiontype": "urlwidget",
"target": "app.platformbiz_content",
"options": {
"url": "{{entire_url('/platformbiz/reseller')}}"
},
"mode": "replace"
}
],
"subwidgets": [
{
"widgettype": "Svg",
"options": {
"svg": "",
"width": "36px",
"height": "36px",
"marginBottom": "16px"
}
},
{
"widgettype": "Title4",
"options": {
"text": "分销商管理",
"marginBottom": "8px"
}
},
{
"widgettype": "Text",
"options": {
"text": "管理分销商账户与渠道关系",
"cfontsize": 1.2
}
}
]
}
{% endif %}
]
}
]
},
{
"widgettype": "VBox",
"id": "platformbiz_content"
}
]
}
]
}