23 lines
661 B
XML
23 lines
661 B
XML
{
|
|
"widgettype": "VBox",
|
|
"options": {"width": "100%"},
|
|
"subwidgets": [
|
|
{
|
|
"widgettype": "MenuItem",
|
|
"options": {
|
|
"label": "模型性能",
|
|
"url": "{{entire_url('/sage_datamark/index.ui')}}",
|
|
"icon": "{{entire_url('/sage_datamark/imgs/perf.svg')}}"
|
|
}
|
|
},
|
|
{
|
|
"widgettype": "MenuItem",
|
|
"options": {
|
|
"label": "供应商性价比",
|
|
"url": "{{entire_url('/sage_datamark/provider_roi.ui')}}",
|
|
"icon": "{{entire_url('/sage_datamark/imgs/roi.svg')}}"
|
|
}
|
|
}
|
|
]
|
|
}
|