const schema = {
"type": "object",
"properties": {
"category": {
"type": "string",
"title": "申报类别",
"x-decorator": "FormItem",
"x-component": "Select",
"x-validator": [],
"x-component-props": {},
"x-decorator-props": {},
"name": "category",
"required": true,
"x-designable-id": "nng9bp7f1a9",
"x-index": 0
},
"teamLeader": {
"title": "团队带头人",
"x-decorator": "FormItem",
"x-component": "Select",
"x-validator": [],
"x-component-props": {},
"x-decorator-props": {},
"name": "teamLeader",
"required": true,
"x-designable-id": "ylbdmeew5b1",
"x-index": 1
},
"projectName": {
"type": "string",
"title": "项目名称",
"x-decorator": "FormItem",
"x-component": "Input.TextArea",
"x-validator": [],
"x-component-props": {
"showCount": true,
"maxLength": 100
},
"x-decorator-props": {},
"name": "projectName",
"required": true,
"x-designable-id": "g372d2gzqvh",
"x-index": 2
},
"bizUnit": {
"type": "string",
"title": "申报单位",
"x-decorator": "FormItem",
"x-component": "Input.TextArea",
"x-validator": [],
"x-component-props": {
"maxLength": 200,
"showCount": true
},
"x-decorator-props": {},
"name": "bizUnit",
"required": true,
"x-designable-id": "tz9ujf1bii0",
"x-index": 3
},
"city": {
"title": "省市区",
"x-decorator": "FormItem",
"x-component": "Select",
"x-validator": [],
"x-component-props": {},
"x-decorator-props": {},
"name": "city",
"required": true,
"x-designable-id": "9iqrtci8fuc",
"x-index": 4
},
"remark": {
"type": "string",
"title": "备注",
"x-decorator": "FormItem",
"x-component": "Input.TextArea",
"x-validator": [],
"x-component-props": {
"maxLength": 200,
"showCount": true,
"autoSize": false
},
"x-decorator-props": {},
"name": "remark",
"required": false,
"x-designable-id": "i2hjfhnniu8",
"x-index": 5
}
},
"x-designable-id": "j501chyszsr"
}