From 1fd8fc879f6d58d380fd7f0c62fcb202664f03ab Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Thu, 15 Jun 2023 10:58:46 +0800 Subject: [PATCH] =?UTF-8?q?6.15=20=E4=BE=9B=E5=BA=94=E5=95=86=E8=B4=AD?= =?UTF-8?q?=E6=A0=87=E6=94=AF=E4=BB=98=EF=BC=8C=E6=94=AF=E4=BB=98=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E4=B8=BA=E6=94=AF=E4=BB=98=E4=B8=AD=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E2=80=9C=E7=BB=A7=E7=BB=AD=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E2=80=9D=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplier/IParticipate/components/IParticipate.tsx | 6 +++--- .../supplier/IParticipate/components/IParticipate.tsx | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/pages/Tender/supplier/IParticipate/components/IParticipate.tsx b/src/pages/Tender/supplier/IParticipate/components/IParticipate.tsx index bd0953f..5d3a98a 100644 --- a/src/pages/Tender/supplier/IParticipate/components/IParticipate.tsx +++ b/src/pages/Tender/supplier/IParticipate/components/IParticipate.tsx @@ -10,8 +10,8 @@ import { getProMethod, getSessionProjectData } from '@/utils/session'; import { isEmpty } from 'lodash'; import { getAllFlowName, getAllFlowNameByRoomType, getbidQualification, moduleName } from '@/utils/FlowUtils'; import { btnAuthority } from '@/utils/authority'; -import { ExclamationCircleOutlined } from '@ant-design/icons'; - +import { DoubleRightOutlined, ExclamationCircleOutlined } from '@ant-design/icons'; +import { history } from 'umi'; const fontColor = { color: 'red' @@ -19,7 +19,7 @@ const fontColor = { const orderState = { 0: '未支付', - 1: '支付中', + 1: <>
支付中
, 2: '已支付', } diff --git a/src/pages/ZZhaoMu/Tender/supplier/IParticipate/components/IParticipate.tsx b/src/pages/ZZhaoMu/Tender/supplier/IParticipate/components/IParticipate.tsx index c1d4a8c..d226714 100644 --- a/src/pages/ZZhaoMu/Tender/supplier/IParticipate/components/IParticipate.tsx +++ b/src/pages/ZZhaoMu/Tender/supplier/IParticipate/components/IParticipate.tsx @@ -9,7 +9,8 @@ import { cancelOrder, getByOrderId, paySuccess, payTenderFile, saveGenerateOrder import { getSessionProjectData } from '@/utils/session'; import { isEmpty } from 'lodash'; import { btnAuthority } from '@/utils/authority'; -import { ExclamationCircleOutlined } from '@ant-design/icons'; +import { ExclamationCircleOutlined, DoubleRightOutlined } from '@ant-design/icons'; +import { history } from 'umi'; const fontColor = { @@ -18,7 +19,7 @@ const fontColor = { const orderState = { 0: '未支付', - 1: '支付中', + 1: <>
支付中
, 2: '已支付', 4: '确认到账', }