Commit a1ae730f142c14c1e1a1aea5e28e5550fc8f0374
1 parent
a4726bc2
fix: 修改字段名
Showing
4 changed files
with
4 additions
and
4 deletions
src/pages/Client/Client/Components/ClientInformationModal.tsx
src/pages/Client/Client/Components/ClientModal.tsx
... | ... | @@ -293,7 +293,7 @@ export default ({ data, type, reloadTable }) => { |
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
src/pages/Client/FollowRecord/Components/ClientModal2.tsx