fix(llmage): failed_accounting.ui 日期控件改为UiDate
This commit is contained in:
parent
1e335d35cb
commit
93bbd529db
@ -27,7 +27,7 @@
|
|||||||
"options": {"spacing": 4},
|
"options": {"spacing": 4},
|
||||||
"subwidgets": [
|
"subwidgets": [
|
||||||
{"widgettype": "Text", "options": {"text": "开始日期", "fontSize": "12px"}},
|
{"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},
|
"options": {"spacing": 4},
|
||||||
"subwidgets": [
|
"subwidgets": [
|
||||||
{"widgettype": "Text", "options": {"text": "结束日期", "fontSize": "12px"}},
|
{"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"}}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user