feat: 自定义列

This commit is contained in:
rd
2025-06-30 15:35:23 +08:00
parent 697c23ecf0
commit 85a25050fb
13 changed files with 1042 additions and 46 deletions

View File

@ -1,3 +1,7 @@
/*
* @Author: RenXiaoDong
* @Date: 2025-06-24 16:29:10
*/
/**
* 自动引入API
* */
@ -17,7 +21,7 @@ export function configAutoImport() {
'@vueuse/core',
{
dayjs: [['default', 'dayjs']],
'lodash-es': ['cloneDeep', 'omit', 'pick'],
'lodash-es': ['cloneDeep', 'omit', 'pick', 'union'],
'@/hooks': ['useModal'],
},
],