Commit 647079c332547619fdd2885c92b3ffdbf69c7a6f
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,6 +615,12 @@ const OrderPage = () => { | ||
615 | <span className="text-[#8C8C8C]">联系人:</span> | 615 | <span className="text-[#8C8C8C]">联系人:</span> |
616 | <span className="text-slate-700"> | 616 | <span className="text-slate-700"> |
617 | {record.institutionContactName + ' '} | 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 | <ContainerTwoTone | 624 | <ContainerTwoTone |
619 | className="hover:curcor-pointer" | 625 | className="hover:curcor-pointer" |
620 | onClick={() => { | 626 | onClick={() => { |