130 lines
4.6 KiB
XML
130 lines
4.6 KiB
XML
{
|
|
"widgettype": "VBox",
|
|
"options": {
|
|
"width": "100%",
|
|
"height": "100%",
|
|
"padding": "0"
|
|
},
|
|
"subwidgets": [
|
|
{
|
|
"widgettype": "HBox",
|
|
"options": {
|
|
"width": "100%",
|
|
"alignItems": "center",
|
|
"padding": "16px 24px",
|
|
"marginBottom": "0"
|
|
},
|
|
"subwidgets": [
|
|
{
|
|
"widgettype": "Title2",
|
|
"options": {
|
|
"otext": "产品管理", "text": "产品管理", "i18n": true,
|
|
"fontWeight": "700"
|
|
}
|
|
},
|
|
{
|
|
"widgettype": "Filler"
|
|
},
|
|
{
|
|
"widgettype": "Text",
|
|
"options": {
|
|
"otext": "产品类别与产品信息管理", "text": "产品类别与产品信息管理", "i18n": true,
|
|
"fontSize": "14px"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"widgettype": "ResponsableBox",
|
|
"options": {
|
|
"gap": "12px",
|
|
"minWidth": "200px",
|
|
"padding": "0 24px 16px 24px"
|
|
},
|
|
"subwidgets": [
|
|
{
|
|
"widgettype": "VBox",
|
|
"options": {
|
|
"padding": "16px 24px",
|
|
"borderRadius": "8px",
|
|
"cursor": "pointer"
|
|
},
|
|
"binds": [
|
|
{
|
|
"wid": "self",
|
|
"event": "click",
|
|
"actiontype": "urlwidget",
|
|
"target": "app.product_content",
|
|
"options": {
|
|
"url": "{{entire_url('product_category')}}"
|
|
},
|
|
"mode": "replace"
|
|
}
|
|
],
|
|
"subwidgets": [
|
|
{
|
|
"widgettype": "Title5",
|
|
"options": {
|
|
"otext": "产品类别管理", "text": "产品类别管理", "i18n": true,
|
|
"fontWeight": "600"
|
|
}
|
|
},
|
|
{
|
|
"widgettype": "Text",
|
|
"options": {
|
|
"otext": "管理产品类别树结构,配置类别属性", "text": "管理产品类别树结构,配置类别属性", "i18n": true,
|
|
"fontSize": "12px"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"widgettype": "VBox",
|
|
"options": {
|
|
"padding": "16px 24px",
|
|
"borderRadius": "8px",
|
|
"cursor": "pointer"
|
|
},
|
|
"binds": [
|
|
{
|
|
"wid": "self",
|
|
"event": "click",
|
|
"actiontype": "urlwidget",
|
|
"target": "app.product_content",
|
|
"options": {
|
|
"url": "{{entire_url('product')}}"
|
|
},
|
|
"mode": "replace"
|
|
}
|
|
],
|
|
"subwidgets": [
|
|
{
|
|
"widgettype": "Title5",
|
|
"options": {
|
|
"otext": "产品管理", "text": "产品管理", "i18n": true,
|
|
"fontWeight": "600"
|
|
}
|
|
},
|
|
{
|
|
"widgettype": "Text",
|
|
"options": {
|
|
"otext": "添加和管理产品,配置产品信息", "text": "添加和管理产品,配置产品信息", "i18n": true,
|
|
"fontSize": "12px"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"widgettype": "VBox",
|
|
"id": "product_content",
|
|
"css": "filler",
|
|
"options": {
|
|
"width": "100%",
|
|
"overflowY": "auto"
|
|
}
|
|
}
|
|
]
|
|
}
|