src/components/Table/src/types/tableAction.ts @@ -15,6 +15,7 @@ // 业务控制是否显示 ifShow?: boolean | ((action: ActionItem) => boolean); tooltip?: string | TooltipProps; name: string | undefined; } export interface PopConfirm {