fix(llmage): failed_accounting.ui 日期控件改为UiDate

This commit is contained in:
yumoqing 2026-05-24 15:14:44 +08:00
parent 1e335d35cb
commit 93bbd529db

View File

@ -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"}}
]
},
{