|
@@ -3,7 +3,7 @@ import { TooltipProps } from 'ant-design-vue/es/tooltip/Tooltip';
|
|
import { RoleEnum } from '/@/enums/roleEnum';
|
|
import { RoleEnum } from '/@/enums/roleEnum';
|
|
export interface ActionItem extends ButtonProps {
|
|
export interface ActionItem extends ButtonProps {
|
|
onClick?: Fn;
|
|
onClick?: Fn;
|
|
- label: string;
|
|
|
|
|
|
+ label?: string;
|
|
color?: 'success' | 'error' | 'warning';
|
|
color?: 'success' | 'error' | 'warning';
|
|
icon?: string;
|
|
icon?: string;
|
|
popConfirm?: PopConfirm;
|
|
popConfirm?: PopConfirm;
|