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: '确认到账',
}