This commit is contained in:
zhuzihcu
2023-06-16 09:30:21 +08:00
parent a574cd9230
commit 7bfa9f0191
2 changed files with 15 additions and 3 deletions

View File

@ -78,6 +78,7 @@ FluContentPage{
title: '姓名',
dataIndex: 'name',
width:100,
minimumWidth:50
},
{
@ -85,7 +86,8 @@ FluContentPage{
dataIndex: 'age',
editDelegate:com_combobox,
width:100,
minimumWidth:100
minimumWidth:100,
maximumWidth: 100
},
{
title: '住址',
@ -95,7 +97,8 @@ FluContentPage{
{
title: '别名',
dataIndex: 'nickname',
width:100
width:100,
}
]
}