perf: utils 统一导出

This commit is contained in:
xingyu4j
2025-05-06 23:23:42 +08:00
parent 6b1714f4ed
commit 6ff4c3b99d
77 changed files with 147 additions and 137 deletions

View File

@@ -3,9 +3,9 @@ import type { OnActionClickFn, VxeTableGridOptions } from '#/adapter/vxe-table';
import type { SystemOperateLogApi } from '#/api/system/operate-log';
import { useAccess } from '@vben/access';
import { getRangePickerDefaultProps } from '@vben/utils';
import { getSimpleUserList } from '#/api/system/user';
import { getRangePickerDefaultProps } from '#/utils';
const { hasAccessByCodes } = useAccess();