33 lines
824 B
XML
33 lines
824 B
XML
{
|
|
"widgettype": "VBox",
|
|
"options": {
|
|
"bgcolor": "#FFFFFF",
|
|
"padding": "24px",
|
|
"borderRadius": "8px",
|
|
"flex": "1",
|
|
"minHeight": "120px",
|
|
"boxShadow": "0 2px 8px rgba(0,0,0,0.1)"
|
|
},
|
|
"subwidgets": [
|
|
{
|
|
"widgettype": "Text",
|
|
"options": {
|
|
"text": "记账错误笔数",
|
|
"fontSize": "14px",
|
|
"color": "#888",
|
|
"marginBottom": "8px"
|
|
}
|
|
},
|
|
{
|
|
"widgettype": "Text",
|
|
"id": "accounting_errors_value",
|
|
"options": {
|
|
"text": "{{get_accounting_errors(request)}}",
|
|
"fontSize": "32px",
|
|
"fontWeight": "bold",
|
|
"color": "#ff4d4f"
|
|
}
|
|
}
|
|
]
|
|
}
|