refactor: dict 抽离
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { DICT_TYPE, getDictLabel } from '#/utils';
|
||||
import { DICT_TYPE } from '@vben/constants';
|
||||
import { getDictLabel } from '@vben/hooks';
|
||||
|
||||
export function getChartOptions(activeTabName: any, res: any): any {
|
||||
switch (activeTabName) {
|
||||
|
||||
Reference in New Issue
Block a user