Commit 988069a10c2bf4d84759303b166f04450c549627

Authored by boyang
1 parent a87b84d4

fix: 风险名单bug

Too many changes to show.

To preserve performance only 1 of 4 files are displayed.

src/pages/Order/FeedBack/OrderList.tsx
... ... @@ -2585,9 +2585,11 @@ const OrderList = ({ paramsNew, searchShow, toolbarShow }) => {
2585 2585 </span>
2586 2586 </div>
2587 2587 <span>
2588   - <span className="text-[#8C8C8C]">联系人:</span>
  2588 + <span className="text-[#8C8C8C]">课题组:</span>
2589 2589 <span className="text-slate-700">
2590   - {record.institutionContactName + ' '}
  2590 + {record.institutionContactName
  2591 + ? record.institutionContactName + ' '
  2592 + : '空'}
2591 2593 </span>
2592 2594 </span>
2593 2595 </>
... ...