From fce96cf10e9361ee31fe4ab586aa53fd266c10f3 Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Tue, 20 Sep 2022 18:29:10 +0800 Subject: [PATCH] =?UTF-8?q?9.20=20=E5=A4=9A=E8=BD=AE=E6=8B=9B=E5=8B=9F=20?= =?UTF-8?q?=E8=B4=AD=E4=B9=B0=E6=8B=9B=E5=8B=9F=E6=96=87=E4=BB=B6=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E7=BC=BA=E5=A4=B14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tender/supplier/IParticipate/components/IParticipate.tsx | 1 + 1 file changed, 1 insertion(+) 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 = () => {