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",
|
"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": [
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user