feat: 修改代码结构,新增删除按钮

This commit is contained in:
奔跑的面条
2023-05-24 16:56:39 +08:00
parent 8f82c1fa59
commit 2e84b3d196
3 changed files with 100 additions and 35 deletions
+2 -2
View File
@@ -41,8 +41,8 @@ export type ConfigType = {
disabled?: boolean
// 图标
icon?: string
// 自定义单击事件
clickHandle?: Function
// 事件
configEvents?: { [T: string]: Function }
}
// 数据请求