feat:简化 ApiSelect 的 api 写法~

This commit is contained in:
YunaiV
2025-10-21 09:06:17 +08:00
parent 3b4c01cedf
commit ad00cf839c
103 changed files with 224 additions and 238 deletions

View File

@@ -95,8 +95,8 @@ const [Grid, gridApi] = useVbenVxeGrid({
{
label: '撤回',
type: 'link',
icon: ACTION_ICON.EDIT,
color: 'warning',
danger: true,
icon: ACTION_ICON.DELETE,
popConfirm: {
title: '确定要撤回该任务吗?',
confirm: handleWithdraw.bind(null, row),