mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-02 07:20:38 +00:00
60 lines
1.1 KiB
JSON
60 lines
1.1 KiB
JSON
{
|
|
"componentName": "Page",
|
|
"fileName": "test",
|
|
"dataSource": {
|
|
"list": []
|
|
},
|
|
"state": {
|
|
"text": "outter",
|
|
"abc": [1,2,3]
|
|
},
|
|
"props": {
|
|
"ref": "outterView",
|
|
"autoLoading": true,
|
|
"style": {
|
|
"padding": 20
|
|
}
|
|
},
|
|
"children": [{
|
|
"componentName": "Form",
|
|
"props": {
|
|
"labelCol": 3,
|
|
"style": {},
|
|
"ref": "testForm"
|
|
},
|
|
"children": [{
|
|
"componentName": "Div",
|
|
"props": {
|
|
"style": {
|
|
"textAlign": "center"
|
|
}
|
|
},
|
|
"children": [{
|
|
"componentName": "Button.Group",
|
|
"props": {},
|
|
"children": [{
|
|
"componentName": "Button",
|
|
"props": {
|
|
"type": "primary",
|
|
"style": {
|
|
"margin": "0 5px 0 5px"
|
|
},
|
|
"htmlType": "submit"
|
|
},
|
|
"children": "提交"
|
|
}, {
|
|
"componentName": "Button",
|
|
"props": {
|
|
"type": "normal",
|
|
"style": {
|
|
"margin": "0 5px 0 5px"
|
|
},
|
|
"htmlType": "reset"
|
|
},
|
|
"children": "重置"
|
|
}]
|
|
}]
|
|
}]
|
|
}]
|
|
}
|