Commit 05f7cc904477425e6af2551ffd0a8720ea6732c8
1 parent
c9824d75
feat: update
Showing
1 changed file
with
3 additions
and
1 deletions
src/pages/Order/index.tsx
... | ... | @@ -8,6 +8,7 @@ import { orderExport } from '@/services/order'; |
8 | 8 | import { enumValueToLabel, formatDateTime } from '@/utils'; |
9 | 9 | import { |
10 | 10 | ClockCircleTwoTone, |
11 | + ContainerTwoTone, | |
11 | 12 | CopyTwoTone, |
12 | 13 | DownOutlined, |
13 | 14 | EditTwoTone, |
... | ... | @@ -516,7 +517,8 @@ const OrderPage = () => { |
516 | 517 | <span> |
517 | 518 | <span className="text-gray-500">联系人:</span> |
518 | 519 | <span className="text-slate-700"> |
519 | - {record.institutionContactName} | |
520 | + {record.institutionContactName + ' '} | |
521 | + <ContainerTwoTone /> | |
520 | 522 | </span> |
521 | 523 | </span> |
522 | 524 | </Space> | ... | ... |