Commit caa010d0 authored by 杨鑫's avatar 杨鑫

feat: 添加大额支付标签

parent f796c439
......@@ -271,6 +271,7 @@ export const getColumns = props => {
<div>
{r.timeout ? <Tag color="red">{serviceNo}</Tag> : serviceNo}
{<Badge count={r.reminderFlag ? '' : ''} size="default" />}
{<Badge count={+r.autoCancelTimeType === 1 ? '大额支付' : ''} size="default" />}
</div>
),
},
......
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