@@ -1,4 +1,5 @@
-import { get, isEmpty, isNil } from 'lodash-es';
+import { get, isNil } from 'lodash-es';
+import { isEmpty } from '/@/utils/is';
/** 根据配置中的 formatter 将文本格式并返回 */
export function getFormattedText(data: any, formatter: string, trans?: Record<string, string>, defaultValue?: any): string {