feat: 🚀 订阅功能
This commit is contained in:
13
src/views/foundation/set/data/init/btnClick.ts
Normal file
13
src/views/foundation/set/data/init/btnClick.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
// 直接导出函数,无需额外包装对象
|
||||
export const handleExport = (item: any) => {
|
||||
console.log("导出操作", item);
|
||||
};
|
||||
|
||||
export const handleRefresh = (item: any) => {
|
||||
console.log("刷新操作", item);
|
||||
};
|
||||
|
||||
export const btnClick: any = {
|
||||
export: handleExport,
|
||||
refresh: handleRefresh
|
||||
};
|
||||
Reference in New Issue
Block a user