Commit 2e5d49dc45cc150ce1be0978872cbb2cfe8d0e70
Merge branch 'master' into dev
Showing
2 changed files
with
2 additions
and
2 deletions
src/pages/Order/FeedBack/OrderList.tsx
... | ... | @@ -2589,7 +2589,7 @@ const OrderList = ({ paramsNew, searchShow, toolbarShow }) => { |
2589 | 2589 | <span className="text-slate-700"> |
2590 | 2590 | {record.institutionContactName |
2591 | 2591 | ? record.institutionContactName + ' ' |
2592 | - : '空'} | |
2592 | + : '企业'} | |
2593 | 2593 | </span> |
2594 | 2594 | </span> |
2595 | 2595 | </> | ... | ... |
src/pages/Order/OrderList/OrderList.tsx
... | ... | @@ -2631,7 +2631,7 @@ const OrderList = ({ paramsNew, searchShow, toolbarShow }) => { |
2631 | 2631 | <span className="text-slate-700"> |
2632 | 2632 | {record.institutionContactName |
2633 | 2633 | ? record.institutionContactName + ' ' |
2634 | - : '空'} | |
2634 | + : '企业'} | |
2635 | 2635 | </span> |
2636 | 2636 | </span> |
2637 | 2637 | </> | ... | ... |