From fba38804de7265548aaad3c78240bf4d1071c68d Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 16 Jul 2026 16:59:51 +0800 Subject: [PATCH] =?UTF-8?q?fix(billing):=20submit=5Ftext=E2=86=92submit=5F?= =?UTF-8?q?label,=20wid=E2=86=92self,=20fix=20indentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - submit_label is the correct InlineForm option (not submit_text) - Use wid:self instead of explicit widget id - binds was incorrectly indented inside options --- wwwroot/billing.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wwwroot/billing.ui b/wwwroot/billing.ui index 808760c..43579e9 100644 --- a/wwwroot/billing.ui +++ b/wwwroot/billing.ui @@ -27,11 +27,11 @@ "required": true } ], - "submit_text": "查询" + "submit_label": "查询" }, "binds": [ { - "wid": "billing_form", + "wid": "self", "event": "submit", "actiontype": "method", "target": "app.billing_tabular",