fix(billing): submit_text→submit_label, wid→self, fix indentation
- submit_label is the correct InlineForm option (not submit_text) - Use wid:self instead of explicit widget id - binds was incorrectly indented inside options
This commit is contained in:
parent
f7f9581cd9
commit
fba38804de
@ -27,11 +27,11 @@
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"submit_text": "查询"
|
||||
"submit_label": "查询"
|
||||
},
|
||||
"binds": [
|
||||
{
|
||||
"wid": "billing_form",
|
||||
"wid": "self",
|
||||
"event": "submit",
|
||||
"actiontype": "method",
|
||||
"target": "app.billing_tabular",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user