forked from gzzfw/frontEnd/gzDyh

dminyi
2024-08-16 e4a96c9f1d07f283c0205f8306ccdf892bddf9e8
gz-customerSystem/src/views/register/visit/component/visitorRegister.jsx
@@ -134,6 +134,8 @@
                }}
                tip='支持png、 jpg、excel、word、pdf等格式的文件上传,每次上传大小不超过10M'
              />
            </FormItem>
          </Col>
        </>
@@ -511,6 +513,7 @@
          rows={5}
          placeholder=''
          wrapperStyle={{ width: '100%' }}
          defaultValue='识别内容'
        />
        <div style={{ marginTop: '24px' }}><Button type="primary" onClick={() => setScaned(true)}>使用文字</Button></div>
      </MyModal>