{
    "code": 20000,
    "data": {
        "list": [{
                "type": "input",
                "name": "中文名称",
                "options": {
                    "prop": "username"
                }
            },
            {
                "type": "input",
                "name": "英文名称",
                "options": {
                    "prop": "userJurisdiction"
                }
            },
            {
                "type": "grid",
                "name": "栅格布局",
                "icon": "th",
                "options": {},
                "rowList": [
                    [{
                            "span": 15,
                            "list": [{
                                "type": "input",
                                "name": "详细地址",
                                "options": {
                                    "prop": "realName"
                                }
                            }]
                        },
                        {
                            "span": 9,
                            "list": [{
                                "type": "input",
                                "name": "邮编",
                                "options": {
                                    "prop": "userPhone"
                                }
                            }]
                        }
                    ]
                ]
            },
            {
                "type": "grid",
                "name": "栅格布局",
                "icon": "th",
                "options": {},
                "rowList": [
                    [{
                            "span": 8,
                            "list": [{
                                "type": "input",
                                "name": "电话",
                                "options": {
                                    "prop": "userAddress"
                                }
                            }]
                        },
                        {
                            "span": 8,
                            "list": [{
                                "type": "input",
                                "name": "传真",
                                "options": {
                                    "prop": "userAddress"
                                }
                            }]
                        },
                        {
                            "span": 8,
                            "list": [{
                                "type": "input",
                                "name": "联系人",
                                "options": {
                                    "prop": "userAddress"
                                }
                            }]
                        }
                    ]
                ]
            },
            {
                "type": "input",
                "name": "用户名",
                "options": {
                    "prop": "username"
                }
            },
            {
                "type": "grid",
                "name": "栅格布局",
                "icon": "th",
                "options": {},
                "rowList": [
                    [{
                            "span": 12,
                            "list": [{
                                "type": "input",
                                "name": "法人代表",
                                "options": {
                                    "prop": "corporaterepresentative"
                                }
                            }]
                        },
                        {
                            "span": 12,
                            "list": [{
                                "type": "input",
                                "name": "公司性质",
                                "options": {
                                    "prop": "companynature"
                                }
                            }]
                        }
                    ],
                    [{
                        "span": 24,
                        "list": []
                    }],
                    [{
                        "span": 24,
                        "list": []
                    }],
                    [{
                        "span": 24,
                        "list": []
                    }],
                    [{
                        "span": 24,
                        "list": []
                    }]
                ]
            },
            {
                "type": "radio",
                "name": "性别",
                "options": {
                    "prop": "userSex"
                }
            },
            {
                "type": "date",
                "name": "生日",
                "options": {
                    "prop": "userBirthday"
                }
            },
            {
                "type": "imgupload",
                "name": "修改头像",
                "options": {
                    "prop": "userImg"
                }
            },
            {
                "type": "select",
                "name": "界面语言",
                "options": {
                    "prop": "language"
                }
            }
        ]
    }
}