Commit ece6f30543468d18ba927fe4e9ca89c71c66267d

Authored by boyang
2 parents 950088ad 6c7e1723

Merge branch 'bugfix0422' into 'master'

fix: 修改控制



See merge request !29
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 }) =&gt; {
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 </>
... ...