Commit a1ae730f142c14c1e1a1aea5e28e5550fc8f0374

Authored by boyang
1 parent a4726bc2

fix: 修改字段名

src/pages/Client/Client/Components/ClientInformationModal.tsx
... ... @@ -372,7 +372,7 @@ export default ({ data, type, reloadTable }) => {
372 372 max={1}
373 373 /> */}
374 374 <Row>
375   - <Col span={4}>上传发票:</Col>
  375 + <Col span={4}>附件:</Col>
376 376 <Col span={20}>
377 377 <UploadC
378 378 onFilesChange={async (newFileList) => {
... ...
src/pages/Client/Client/Components/ClientModal.tsx
... ... @@ -293,7 +293,7 @@ export default ({ data, type, reloadTable }) =&gt; {
293 293 readonly={optType[type].readOnly}
294 294 ></ProFormTextArea>
295 295 <Row>
296   - <Col span={4}>上传发票:</Col>
  296 + <Col span={4}>附件:</Col>
297 297 <Col span={20}>
298 298 <UploadC
299 299 onFilesChange={async (newFileList) => {
... ...
src/pages/Client/FollowRecord/Components/ClientModal.tsx
... ... @@ -371,7 +371,7 @@ export default ({ data, type, reloadTable }) =&gt; {
371 371 max={1}
372 372 /> */}
373 373 <Row>
374   - <Col span={4}>上传发票:</Col>
  374 + <Col span={4}>附件:</Col>
375 375 <Col span={20}>
376 376 <UploadC
377 377 onFilesChange={async (newFileList) => {
... ...
src/pages/Client/FollowRecord/Components/ClientModal2.tsx
... ... @@ -375,7 +375,7 @@ export default ({ data, type, reloadTable }) =&gt; {
375 375 max={1}
376 376 /> */}
377 377 <Row>
378   - <Col span={4}>上传发票:</Col>
  378 + <Col span={4}>附件:</Col>
379 379 <Col span={20}>
380 380 <UploadC
381 381 onFilesChange={async (newFileList) => {
... ...