Commit 647079c332547619fdd2885c92b3ffdbf69c7a6f

Authored by zhongnanhuang
1 parent 699fa04c

feat: update

Showing 1 changed file with 6 additions and 0 deletions
src/pages/Order/index.tsx
... ... @@ -615,6 +615,12 @@ const OrderPage = () => {
615 615 <span className="text-[#8C8C8C]">联系人:</span>
616 616 <span className="text-slate-700">
617 617 {record.institutionContactName + ' '}
  618 + </span>
  619 + </span>
  620 + <span>
  621 + <span className="text-[#8C8C8C]">收货人:</span>
  622 + <span className="text-slate-700">
  623 + {record.customerName + ' '}
618 624 <ContainerTwoTone
619 625 className="hover:curcor-pointer"
620 626 onClick={() => {
... ...