Commit 5b7418e5 authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改状态字段

parent 47364487
......@@ -8,7 +8,6 @@ import { EditableColumns } from '@/components/PolymericTable/interface';
import MellowCard from '@/components/MellowCard';
import StatusTag from '@/components/StatusTag';
import {
CREDIT_INNER_STATUS,
CREDIT_OUTER_STATUS,
} from '@/constants/payment';
import {
......@@ -108,7 +107,7 @@ const FlowRecords: React.FC<FlowRecordsProps> = ({ outerHistory = [], innerHisto
dataIndex: 'status',
align: 'center',
render: (text, record) => (
<Badge color={CREDIT_INNER_STATUS_BADGE_MAP[text] || '#606266'} text={CREDIT_INNER_STATUS[text]} />
<Badge color={CREDIT_INNER_STATUS_BADGE_MAP[text] || '#606266'} text={record.statusName} />
),
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment