From 60e9e3c9b30765c20fbac6c63f670c6d0f43db4a Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 30 Jun 2026 17:39:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Form=E2=86=92InlineForm,=20type=E2=86=92?= =?UTF-8?q?uitype:date,=20flex+cheight=E5=A2=9E=E5=A4=A7=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/billing.ui | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/wwwroot/billing.ui b/wwwroot/billing.ui index eec943a..5a29075 100644 --- a/wwwroot/billing.ui +++ b/wwwroot/billing.ui @@ -10,21 +10,20 @@ }, "subwidgets": [ { - "widgettype": "Form", + "widgettype": "InlineForm", "id": "billing_form", "options": { - "title": "账单查询", "fields": [ { "name": "start_date", "label": "开始日期", - "type": "date", + "uitype": "date", "required": true }, { "name": "end_date", "label": "结束日期", - "type": "date", + "uitype": "date", "required": true } ], @@ -72,11 +71,11 @@ "id": "billing_tabular", "options": { "width": "100%", - "height": "100%", - "css": "filler", + "flex": "1", + "cheight": 9, "data_url": "{{entire_url('/accounting/billing.dspy')}}", "editable": false, - "page_rows": 80, + "page_rows": 60, "cache_limit": 3, "row_options": { "browserfields": {