feat:【antd】【ele】【pay 支付】pay/notify 迁移 ele 版本
This commit is contained in:
@@ -161,13 +161,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
|
||||
field: 'notifyTimes',
|
||||
title: '通知次数',
|
||||
minWidth: 120,
|
||||
cellRender: {
|
||||
name: 'CellTag',
|
||||
props: {
|
||||
type: 'success',
|
||||
content: '{notifyTimes} / {maxNotifyTimes}',
|
||||
},
|
||||
},
|
||||
formatter: ({ row }) => `${row.notifyTimes} / ${row.maxNotifyTimes}`,
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
|
||||
Reference in New Issue
Block a user