bricks/examples/miniform.json

26 lines
307 B
JSON
Raw Permalink Normal View History

2023-09-14 10:28:07 +08:00
{
"widgettype":"MiniForm",
"options":{
"label_width":"100px",
"fields":[
{
"name":"test1",
"label":"姓名",
"uitype":"str"
},
{
"name":"test2",
"label":"性别",
"uitype":"str"
},
{
"name":"test3",
"label":"地址",
"uitype":"str"
}
]
}
}