Commit caa010d0 authored by 杨鑫's avatar 杨鑫

feat: 添加大额支付标签

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