Commit 934f99f76119f3632ae14a83aee51379637ee0a5

Authored by 曾国涛
1 parent f007db73

feat: 开票付款单位改为收款单位

Showing 1 changed file with 1 additions and 1 deletions
src/pages/Order/index.tsx
... ... @@ -2363,7 +2363,7 @@ const OrderPage = () => {
2363 2363 )}
2364 2364 className="whitespace-no-wrap overflow-hidden overflow-ellipsis max-w-[400px]"
2365 2365 >
2366   - <span className="text-[#8C8C8C]">开票款单位:</span>
  2366 + <span className="text-[#8C8C8C]">开票款单位:</span>
2367 2367 <span className="text-slate-700">
2368 2368 {record.receivingCompany !== null
2369 2369 ? enumValueToLabel(
... ...