fix(accounting): use Text widget instead of Button for download

This commit is contained in:
yumoqing 2026-07-17 15:14:34 +08:00
parent 03cb4049f4
commit 6986ade835

View File

@ -57,15 +57,13 @@
} }
}, },
{ {
"widgettype": "Button", "widgettype": "Text",
"id": "billing_download_btn", "id": "billing_download_btn",
"options": { "options": {
"label": "下载Excel", "text": " 下载Excel ",
"bgcolor": "#52c41a", "bgcolor": "#52c41a",
"color": "#FFFFFF", "color": "#FFFFFF",
"borderRadius": "4px", "css": "border-radius: 4px; padding: 4px 12px; cursor: pointer; font-size: 14px;"
"padding": "4px 12px",
"cwidth": 10
}, },
"binds": [ "binds": [
{ {