diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 1c791da..0144186 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -436,65 +436,6 @@ ] } {% endif %} - ,{ - "widgettype": "VBox", - "options": { - "css": "card", - "width": "100%", - "borderRadius": "12px", - "padding": "20px", - "marginTop": "20px" - }, - "subwidgets": [ - { - "widgettype": "HBox", - "options": { - "width": "100%", - "alignItems": "center", - "marginBottom": "16px" - }, - "subwidgets": [ - { - "widgettype": "Title4", - "options": { - "fontWeight": "600", - "otext": "我的今日模型使用", - "i18n": true - } - }, - { - "widgettype": "Filler" - }, - { - "widgettype": "Button", - "options": { - "label": "刷新", - "border": "none", - "borderRadius": "6px", - "padding": "4px 12px", - "fontSize": "12px" - }, - "binds": [ - { - "wid": "self", - "event": "click", - "actiontype": "method", - "target": "-@ChartBar", - "method": "render_urldata", - "params": {} - } - ] - } - ] - }, - { - "widgettype": "urlwidget", - "options": { - "url": "{{entire_url('user_today_models_chart.ui')}}" - } - } - ] - } {% if 'customer.*' in roles %} ,{ "widgettype": "VBox",