bugfix
This commit is contained in:
parent
8bbba45564
commit
76a7e0444f
@ -23,23 +23,32 @@
|
|||||||
"options": {"css": "filler", "padding": "0", "gap": "0"},
|
"options": {"css": "filler", "padding": "0", "gap": "0"},
|
||||||
"subwidgets": [
|
"subwidgets": [
|
||||||
{
|
{
|
||||||
"widgettype": "Menu",
|
"widgettype": "VBox",
|
||||||
"id": "sidebar_menu",
|
"options":{
|
||||||
"options": {
|
"width": "220px",
|
||||||
"width": "220px",
|
|
||||||
"minWidth": "200px",
|
"minWidth": "200px",
|
||||||
"height": "100%",
|
"height": "100%",
|
||||||
"bgcolor": "#f8fafc",
|
"bgcolor": "#f8fafc"
|
||||||
"target": "app.main_content",
|
},
|
||||||
"items": [
|
"subwidgets":[
|
||||||
{"name": "pipeline_core", "label": "产线管理", "icon": "{{entire_url('/imgs/cubes.svg')}}", "url": "{{entire_url('/pipeline_core/')}}"},
|
{
|
||||||
{"name": "pipeline_ops", "label": "运营管理", "icon": "{{entire_url('/imgs/dashboard.svg')}}", "url": "{{entire_url('/pipeline_ops/')}}"},
|
"widgettype": "Menu",
|
||||||
{"name": "pipeline_dist", "label": "分销管理", "icon": "{{entire_url('/imgs/truck.svg')}}", "url": "{{entire_url('/pipeline_dist/')}}"},
|
"id": "sidebar_menu",
|
||||||
{"name": "pipeline_task", "label": "任务中心", "icon": "{{entire_url('/imgs/rocket.svg')}}", "url": "{{entire_url('/pipeline_sdlc/sd_projects/')}}"},
|
"options": {
|
||||||
{"name": "showcase", "label": "展示平台", "icon": "{{entire_url('/imgs/user-circle.svg')}}", "url": "{{entire_url('/showcase/')}}"}
|
"width": "100%",
|
||||||
]
|
"height": "100%",
|
||||||
}
|
"target": "app.main_content",
|
||||||
},
|
"items": [
|
||||||
|
{"name": "pipeline_core", "label": "产线管理", "icon": "{{entire_url('/imgs/cubes.svg')}}", "url": "{{entire_url('/pipeline_core/')}}"},
|
||||||
|
{"name": "pipeline_ops", "label": "运营管理", "icon": "{{entire_url('/imgs/dashboard.svg')}}", "url": "{{entire_url('/pipeline_ops/')}}"},
|
||||||
|
{"name": "pipeline_dist", "label": "分销管理", "icon": "{{entire_url('/imgs/truck.svg')}}", "url": "{{entire_url('/pipeline_dist/')}}"},
|
||||||
|
{"name": "pipeline_task", "label": "任务中心", "icon": "{{entire_url('/imgs/rocket.svg')}}", "url": "{{entire_url('/pipeline_sdlc/sd_projects/')}}"},
|
||||||
|
{"name": "showcase", "label": "展示平台", "icon": "{{entire_url('/imgs/user-circle.svg')}}", "url": "{{entire_url('/showcase/')}}"}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"widgettype": "VScrollPanel",
|
"widgettype": "VScrollPanel",
|
||||||
"id": "main_content",
|
"id": "main_content",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user