Sign in
canrd-main
/
canrd-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
0a62353db6867d6f9c399a79c9ae03fd030d84d8
Authored by
boyang
2024-11-07 11:53:09 +0800
1 parent
dd688b92
build: skipped
fix: 修改弹窗bug
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/pages/Client/Client/Components/CommunicationHistoryModal.tsx
src/pages/Client/Client/Components/CommunicationHistoryModal.tsx
View file @
0a62353
...
...
@@ -269,7 +269,6 @@ export default ({ record }) => {
269
269
}}
270
270
type={'add2'}
271
271
/>
272
- ,
273
272
<EditableProTable
274
273
rowKey="tid"
275
274
formRef={ref}
...
...