From 93bbd529dbaae6d47b21e6397b28fc1f4d303a57 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 24 May 2026 15:14:44 +0800 Subject: [PATCH] =?UTF-8?q?fix(llmage):=20failed=5Faccounting.ui=20?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E6=8E=A7=E4=BB=B6=E6=94=B9=E4=B8=BAUiDate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/failed_accounting.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wwwroot/failed_accounting.ui b/wwwroot/failed_accounting.ui index dabe5d0..2faa3ef 100644 --- a/wwwroot/failed_accounting.ui +++ b/wwwroot/failed_accounting.ui @@ -27,7 +27,7 @@ "options": {"spacing": 4}, "subwidgets": [ {"widgettype": "Text", "options": {"text": "开始日期", "fontSize": "12px"}}, - {"widgettype": "TextInput", "id": "start_date", "options": {"width": "150px", "placeholder": "YYYY-MM-DD"}} + {"widgettype": "UiDate", "id": "start_date", "options": {"width": "150px"}} ] }, { @@ -35,7 +35,7 @@ "options": {"spacing": 4}, "subwidgets": [ {"widgettype": "Text", "options": {"text": "结束日期", "fontSize": "12px"}}, - {"widgettype": "TextInput", "id": "end_date", "options": {"width": "150px", "placeholder": "YYYY-MM-DD"}} + {"widgettype": "UiDate", "id": "end_date", "options": {"width": "150px"}} ] }, {