{ "widgettype": "VBox", "options": { "css": "stat-card", "padding": "14px", "borderRadius": "12px", "flex": "1", "minHeight": "90px", "cursor": "pointer", "borderLeft": "4px solid #ef4444" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.sage_main_content", "options": { "url": "{{entire_url('/llmage/failed_accounting.ui')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "HBox", "options": { "alignItems": "center", "marginBottom": "12px" }, "subwidgets": [ { "widgettype": "Svg", "options": { "svg": "", "width": "24px", "height": "24px" } }, { "widgettype": "Filler" } ] }, { "widgettype": "Text", "options": { "css": "stat-value", "text": "{{get_accounting_errors(request)}}", "fontSize": "32px", "fontWeight": "700", "lineHeight": "1.1" } }, { "widgettype": "Text", "options": { "fontSize": "14px", "marginTop": "4px", "otext": "记账异常", "i18n": true } } ] }