1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"type": "object",
"ui-form-props": {
"label-width": 100
},
"properties": {
"void": {
"type": "void",
"ui-html": "h3",
"ui-children": [
"基础表单"
],
"ui-props": {
"style": "text-align: center;"
}
},
"input1": {
"title": "输入框",
"type": "string",
"ui-widget": "input"
},
"number1": {
"title": "数字输入框",
"type": "number",
"ui-widget": "input-number"
},
"select1": {
"title": "下拉单选",
"type": "string",
"ui-widget": "select",
"ui-props": {
"options": [
{
"label": "早",