diff --git a/src/pages/ZZhaoMu/Tender/supplier/IParticipate/components/IParticipate.tsx b/src/pages/ZZhaoMu/Tender/supplier/IParticipate/components/IParticipate.tsx index 94a04c3..88c6c66 100644 --- a/src/pages/ZZhaoMu/Tender/supplier/IParticipate/components/IParticipate.tsx +++ b/src/pages/ZZhaoMu/Tender/supplier/IParticipate/components/IParticipate.tsx @@ -20,6 +20,7 @@ const orderState = { 0: '未支付', 1: '支付中', 2: '已支付', + 4: '确认到账', } const IParticipate: React.FC = () => {