feat:【antd】【ele】【pay 支付】pay/notify 迁移 ele 版本

This commit is contained in:
YunaiV
2025-10-06 11:11:51 +08:00
parent c168045639
commit 0627f5072d
5 changed files with 274 additions and 133 deletions

View File

@@ -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: '操作',