Commit 05f7cc904477425e6af2551ffd0a8720ea6732c8

Authored by zhongnanhuang
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,6 +8,7 @@ import { orderExport } from '@/services/order';
8 import { enumValueToLabel, formatDateTime } from '@/utils'; 8 import { enumValueToLabel, formatDateTime } from '@/utils';
9 import { 9 import {
10 ClockCircleTwoTone, 10 ClockCircleTwoTone,
  11 + ContainerTwoTone,
11 CopyTwoTone, 12 CopyTwoTone,
12 DownOutlined, 13 DownOutlined,
13 EditTwoTone, 14 EditTwoTone,
@@ -516,7 +517,8 @@ const OrderPage = () => { @@ -516,7 +517,8 @@ const OrderPage = () => {
516 <span> 517 <span>
517 <span className="text-gray-500">联系人:</span> 518 <span className="text-gray-500">联系人:</span>
518 <span className="text-slate-700"> 519 <span className="text-slate-700">
519 - {record.institutionContactName} 520 + {record.institutionContactName + ' '}
  521 + <ContainerTwoTone />
520 </span> 522 </span>
521 </span> 523 </span>
522 </Space> 524 </Space>