| | |
| | | 'common.realname':'Real Name', |
| | | 'common.idcard':'ID Number', |
| | | 'common.introduction':'Introduction', |
| | | 'common.execute':'Execute', |
| | | '':'', |
| | | '':'', |
| | | '':'', |
| | |
| | | 'map.settings.scale': 'Scale', |
| | | 'map.settings.rotation': 'Rotation', |
| | | 'map.settings.copy': 'Copy', |
| | | 'map.settings.left': 'Left', |
| | | 'map.settings.right': 'Right', |
| | | 'map.settings.top': 'Top', |
| | | 'map.settings.bottom': 'Bottom', |
| | | '': '', |
| | | '': '', |
| | | '': '', |
| | |
| | | defaultValue="left" |
| | | style={{ width: 80 }} |
| | | options={[ |
| | | { value: 'left', label: '左' }, |
| | | { value: 'right', label: '右' }, |
| | | { value: 'top', label: '上' }, |
| | | { value: 'bottom', label: '下' }, |
| | | { value: 'left', label: intl.formatMessage({ id: 'map.settings.left', defaultMessage: '左' }) }, |
| | | { value: 'right', label: intl.formatMessage({ id: 'map.settings.right', defaultMessage: '右' }) }, |
| | | { value: 'top', label: intl.formatMessage({ id: 'map.settings.top', defaultMessage: '上' }) }, |
| | | { value: 'bottom', label: intl.formatMessage({ id: 'map.settings.bottom', defaultMessage: '下' }) }, |
| | | ]} |
| | | /> |
| | | </Form.Item> |
| | |
| | | /> |
| | | </Form.Item> |
| | | <Form.Item> |
| | | <Button>Start</Button> |
| | | <Button> |
| | | <FormattedMessage id='common.execute' defaultMessage='执行' /> |
| | | </Button> |
| | | </Form.Item> |
| | | </Space.Compact> |
| | | </Form.Item> |