#
luxiaotao1123
2024-03-08 c9b063506e89a9d76760afc0c2beeafd03f24148
#
3个文件已修改
17 ■■■■ 已修改文件
zy-asrs-flow/src/locales/en-US.ts 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/locales/en-US/map.ts 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/map/components/settings.jsx 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/locales/en-US.ts
@@ -18,6 +18,7 @@
  'common.realname':'Real Name',
  'common.idcard':'ID Number',
  'common.introduction':'Introduction',
  'common.execute':'Execute',
  '':'',
  '':'',
  '':'',
zy-asrs-flow/src/locales/en-US/map.ts
@@ -17,6 +17,10 @@
    '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',
    '': '',
    '': '',
    '': '',
zy-asrs-flow/src/pages/map/components/settings.jsx
@@ -295,10 +295,10 @@
                                                    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>
@@ -320,7 +320,9 @@
                                                />
                                            </Form.Item>
                                            <Form.Item>
                                                <Button>Start</Button>
                                                <Button>
                                                    <FormattedMessage id='common.execute' defaultMessage='执行' />
                                                </Button>
                                            </Form.Item>
                                        </Space.Compact>
                                    </Form.Item>