fix(accounting): use Text widget instead of Button for download
This commit is contained in:
parent
03cb4049f4
commit
6986ade835
@ -57,15 +57,13 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"widgettype": "Button",
|
||||
"widgettype": "Text",
|
||||
"id": "billing_download_btn",
|
||||
"options": {
|
||||
"label": "下载Excel",
|
||||
"text": " 下载Excel ",
|
||||
"bgcolor": "#52c41a",
|
||||
"color": "#FFFFFF",
|
||||
"borderRadius": "4px",
|
||||
"padding": "4px 12px",
|
||||
"cwidth": 10
|
||||
"css": "border-radius: 4px; padding: 4px 12px; cursor: pointer; font-size: 14px;"
|
||||
},
|
||||
"binds": [
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user