fix: Form→InlineForm, type→uitype:date, flex+cheight增大显示

This commit is contained in:
yumoqing 2026-06-30 17:39:20 +08:00
parent a7d1aa170e
commit 60e9e3c9b3

View File

@ -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": {