沙钢智慧能源系统前端代码
dengzedong
2024-12-06 d0db810c9b1c67b8eed03c7f7be6eb4a34a8dbc7
提交 | 用户 | 时间
314507 1 export type contextMenuSchema = {
H 2   disabled?: boolean
3   divided?: boolean
4   icon?: string
5   label: string
6   command?: (item: contextMenuSchema) => void
7 }