gz-customerSystem/src/views/register/visit/component/agentDialog.jsx
@@ -2,6 +2,9 @@ import { Row, Col, Space } from 'antd'; import { Form, Input, Button, Radio, Select, Checkbox, Upload } from '@arco-design/web-react'; import KeyVisits from "./keyVisits"; import { IconLink, } from '@arco-design/web-react/icon'; const FormItem = Form.Item; const Option = Select.Option; @@ -36,6 +39,9 @@ onDrop={(e) => { }} tip='支持png、jpg、pdf格式的图片上传,每次上传大小不超过10M' showUploadList={{ fileIcon: <IconLink style={{ color: '#1D2129' }} />, }} /> </FormItem> </Col>