123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- export const schema = {
- type: 'object',
- properties: {
- InstitutionRole: {
- type: 'object',
- 'x-validator': [],
- name: 'InstitutionRole',
- 'x-designable-id': 'a49wwssqyvh',
- 'x-index': 0,
- properties: {
- jkc1e8toiv5: {
- type: 'void',
- 'x-component': 'FormGrid',
- 'x-validator': [],
- 'x-component-props': {},
- 'x-designable-id': 'jkc1e8toiv5',
- 'x-index': 0,
- properties: {
- jodrfe1z5sg: {
- type: 'void',
- 'x-component': 'FormGrid.GridColumn',
- 'x-validator': [],
- 'x-component-props': {},
- 'x-designable-id': 'jodrfe1z5sg',
- 'x-index': 0,
- properties: {
- institutionID: {
- title: '单位名称',
- 'x-decorator': 'FormItem',
- 'x-component': 'Select',
- 'x-validator': [],
- 'x-component-props': {},
- 'x-decorator-props': {},
- 'x-designable-id': 'll2lr39bjx6',
- 'x-index': 0,
- name: 'institutionID'
- },
- accountID: {
- title: '审批人',
- 'x-decorator': 'FormItem',
- 'x-component': 'Select',
- 'x-validator': [],
- 'x-component-props': {},
- 'x-decorator-props': {},
- 'x-designable-id': 'p3xdnjmcq31',
- 'x-index': 1,
- name: 'accountID'
- }
- }
- }
- }
- }
- }
- }
- },
- 'x-designable-id': 'yfsruicsp46'
- }
|