Commit dfe492128f85d09260eb9e5b3d24098248ab9b94

Authored by fengwotao
1 parent f33ff6a2

refactor: 替换之前重构好的报表配置相关代码

... ... @@ -33,7 +33,7 @@
33 33 import { getAuthCache } from '/@/utils/auth';
34 34 import { isAdmin } from '/@/enums/roleEnum';
35 35 import { TableDefaultTypeEnum } from '../../../config/enum';
36   - import { AggregateDataEnum } from '/@/views/report/config/timeConfig';
  36 + import { AggregateDataEnum } from '/@/views/device/localtion/config.data';
37 37 import SelectTenant from '../components/selectTenant.vue';
38 38
39 39 const userInfo: any = getAuthCache(USER_INFO_KEY);
... ...
... ... @@ -153,7 +153,7 @@
153 153 import { editTestCellTableTHeadConfig } from '../../../config/config';
154 154 import { QuestionCircleOutlined } from '@ant-design/icons-vue';
155 155 import moment from 'moment';
156   - import { AggregateDataEnum } from '/@/views/report/config/timeConfig';
  156 + import { AggregateDataEnum } from '/@/views/device/localtion/config.data';
157 157 import { getPacketIntervalByRange } from '/@/views/device/localtion/cpns/TimePeriodForm/helper';
158 158 import { uniqBy } from 'lodash';
159 159 import { TableDefaultTypeEnum } from '../../../config/enum';
... ...