From eb4111e0fd7110e5aa6a00608da2da9af21a3035 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期一, 20 十月 2025 10:13:32 +0800
Subject: [PATCH] 2025.10.18 修改嫉妒报告生成逻辑
---
src/components.d.ts | 171 ++++++++++++++++++++++++++++----------------------------
1 files changed, 85 insertions(+), 86 deletions(-)
diff --git a/src/components.d.ts b/src/components.d.ts
index 0bdadcd..462a661 100644
--- a/src/components.d.ts
+++ b/src/components.d.ts
@@ -7,93 +7,92 @@
declare module 'vue' {
export interface GlobalComponents {
- BaseCard: (typeof import('./components/BaseCard.vue'))['default'];
- BaseMap: (typeof import('./components/map/BaseMap.vue'))['default'];
- CardButton: (typeof import('./components/CardButton.vue'))['default'];
- CardDialog: (typeof import('./components/CardDialog.vue'))['default'];
- 'CardDialog copy': (typeof import('./components/CardDialog copy.vue'))['default'];
- CheckButton: (typeof import('./components/common/CheckButton.vue'))['default'];
- ConfigManage: (typeof import('./components/map/ConfigManage.vue'))['default'];
- copy: (typeof import('./components/monitor/WeatherData_Old.vue'))['default'];
- CoreHeader: (typeof import('./components/core/CoreHeader.vue'))['default'];
- CoreMenu: (typeof import('./components/core/CoreMenu.vue'))['default'];
- DataSummary: (typeof import('./components/monitor/DataSummary.vue'))['default'];
- DataTable: (typeof import('./components/monitor/DataTable.vue'))['default'];
- DescriptionsList: (typeof import('./components/list/DescriptionsList.vue'))['default'];
- DescriptionsListItem: (typeof import('./components/list/DescriptionsListItem.vue'))['default'];
- DeviceCreate: (typeof import('./components/device/DeviceCreate.vue'))['default'];
- DeviceManage: (typeof import('./components/device/DeviceManage.vue'))['default'];
- ElButton: (typeof import('element-plus/es'))['ElButton'];
- ElCascader: (typeof import('element-plus/es'))['ElCascader'];
- ElCheckbox: (typeof import('element-plus/es'))['ElCheckbox'];
- ElCheckboxGroup: (typeof import('element-plus/es'))['ElCheckboxGroup'];
- ElCol: (typeof import('element-plus/es'))['ElCol'];
- ElConfigProvider: (typeof import('element-plus/es'))['ElConfigProvider'];
- ElDatePicker: (typeof import('element-plus/es'))['ElDatePicker'];
- ElDialog: (typeof import('element-plus/es'))['ElDialog'];
- ElDivider: (typeof import('element-plus/es'))['ElDivider'];
- ElDropdown: (typeof import('element-plus/es'))['ElDropdown'];
- ElDropdownItem: (typeof import('element-plus/es'))['ElDropdownItem'];
- ElDropdownMenu: (typeof import('element-plus/es'))['ElDropdownMenu'];
- ElForm: (typeof import('element-plus/es'))['ElForm'];
- ElFormItem: (typeof import('element-plus/es'))['ElFormItem'];
- ElIcon: (typeof import('element-plus/es'))['ElIcon'];
- ElInput: (typeof import('element-plus/es'))['ElInput'];
- ElLink: (typeof import('element-plus/es'))['ElLink'];
- ElOption: (typeof import('element-plus/es'))['ElOption'];
- ElPagination: (typeof import('element-plus/es'))['ElPagination'];
- ElPopover: (typeof import('element-plus/es'))['ElPopover'];
- ElRadio: (typeof import('element-plus/es'))['ElRadio'];
- ElRadioGroup: (typeof import('element-plus/es'))['ElRadioGroup'];
- ElRow: (typeof import('element-plus/es'))['ElRow'];
- ElScrollbar: (typeof import('element-plus/es'))['ElScrollbar'];
- ElSelect: (typeof import('element-plus/es'))['ElSelect'];
- ElSlider: (typeof import('element-plus/es'))['ElSlider'];
- ElSpace: (typeof import('element-plus/es'))['ElSpace'];
- ElStatistic: (typeof import('element-plus/es'))['ElStatistic'];
- ElSwitch: (typeof import('element-plus/es'))['ElSwitch'];
- ElTable: (typeof import('element-plus/es'))['ElTable'];
- ElTableColumn: (typeof import('element-plus/es'))['ElTableColumn'];
- ElTabPane: (typeof import('element-plus/es'))['ElTabPane'];
- ElTabs: (typeof import('element-plus/es'))['ElTabs'];
- ElTag: (typeof import('element-plus/es'))['ElTag'];
- ElText: (typeof import('element-plus/es'))['ElText'];
- FactorCheckbox: (typeof import('./components/monitor/FactorCheckbox.vue'))['default'];
- FactorLegend: (typeof import('./components/monitor/FactorLegend.vue'))['default'];
- FactorRadio: (typeof import('./components/monitor/FactorRadio.vue'))['default'];
- FactorTrend: (typeof import('./components/monitor/FactorTrend.vue'))['default'];
- GaugeChart: (typeof import('./components/chart/GaugeChart.vue'))['default'];
- GridSearch: (typeof import('./components/grid/GridSearch.vue'))['default'];
- HistoricalTrajectory: (typeof import('./components/animation/HistoricalTrajectory.vue'))['default'];
- MapLocate: (typeof import('./components/map/MapLocate.vue'))['default'];
- MapScene: (typeof import('./components/map/MapScene.vue'))['default'];
- MapToolbox: (typeof import('./components/map/MapToolbox.vue'))['default'];
- MessageBox: (typeof import('./components/MessageBox.vue'))['default'];
- MissionEdit: (typeof import('./components/mission/MissionEdit.vue'))['default'];
- MissionImport: (typeof import('./components/mission/MissionImport.vue'))['default'];
- MissionManage: (typeof import('./components/mission/MissionManage.vue'))['default'];
- OptionDevice: (typeof import('./components/search/OptionDevice.vue'))['default'];
- OptionLocation: (typeof import('./components/search/OptionLocation.vue'))['default'];
- OptionLocation2: (typeof import('./components/search/OptionLocation2.vue'))['default'];
- OptionMission: (typeof import('./components/search/OptionMission.vue'))['default'];
- OptionPollutionDegree: (typeof import('./components/search/OptionPollutionDegree.vue'))['default'];
- OptionTime: (typeof import('./components/search/OptionTime.vue'))['default'];
- OptionType: (typeof import('./components/search/OptionType.vue'))['default'];
- ProgressLineChart: (typeof import('./components/chart/ProgressLineChart.vue'))['default'];
- RealTimeLineChart: (typeof import('./components/chart/RealTimeLineChart.vue'))['default'];
- RouterLink: (typeof import('vue-router'))['RouterLink'];
- RouterView: (typeof import('vue-router'))['RouterView'];
- SceneSearch: (typeof import('./components/scene/SceneSearch.vue'))['default'];
- SceneTable: (typeof import('./components/scene/SceneTable.vue'))['default'];
- SearchBar: (typeof import('./components/search/SearchBar.vue'))['default'];
- SliderBar: (typeof import('./components/SliderBar.vue'))['default'];
- TrajectoryState: (typeof import('./components/animation/TrajectoryState.vue'))['default'];
- VehicleData: (typeof import('./components/monitor/VehicleData.vue'))['default'];
- WeatherData: (typeof import('./components/monitor/WeatherData.vue'))['default'];
- WeatherData_Old: (typeof import('./components/monitor/WeatherData_Old.vue'))['default'];
- WeatherDataCopy: (typeof import('./components/monitor/WeatherData-copy.vue'))['default'];
+ BaseCard: typeof import('./components/BaseCard.vue')['default']
+ BaseMap: typeof import('./components/map/BaseMap.vue')['default']
+ CardButton: typeof import('./components/CardButton.vue')['default']
+ CardDialog: typeof import('./components/CardDialog.vue')['default']
+ 'CardDialog copy': typeof import('./components/CardDialog copy.vue')['default']
+ CheckButton: typeof import('./components/common/CheckButton.vue')['default']
+ ConfigManage: typeof import('./components/map/ConfigManage.vue')['default']
+ copy: typeof import('./components/CardDialog copy.vue')['default']
+ CoreHeader: typeof import('./components/core/CoreHeader.vue')['default']
+ CoreMenu: typeof import('./components/core/CoreMenu.vue')['default']
+ DataSummary: typeof import('./components/monitor/DataSummary.vue')['default']
+ DataTable: typeof import('./components/monitor/DataTable.vue')['default']
+ DescriptionsList: typeof import('./components/list/DescriptionsList.vue')['default']
+ DescriptionsListItem: typeof import('./components/list/DescriptionsListItem.vue')['default']
+ DeviceCreate: typeof import('./components/device/DeviceCreate.vue')['default']
+ DeviceManage: typeof import('./components/device/DeviceManage.vue')['default']
+ ElButton: typeof import('element-plus/es')['ElButton']
+ ElCascader: typeof import('element-plus/es')['ElCascader']
+ ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
+ ElCheckboxGroup: typeof import('element-plus/es')['ElCheckboxGroup']
+ ElCol: typeof import('element-plus/es')['ElCol']
+ ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
+ ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
+ ElDialog: typeof import('element-plus/es')['ElDialog']
+ ElDropdown: typeof import('element-plus/es')['ElDropdown']
+ ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
+ ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu']
+ ElForm: typeof import('element-plus/es')['ElForm']
+ ElFormItem: typeof import('element-plus/es')['ElFormItem']
+ ElIcon: typeof import('element-plus/es')['ElIcon']
+ ElInput: typeof import('element-plus/es')['ElInput']
+ ElLink: typeof import('element-plus/es')['ElLink']
+ ElOption: typeof import('element-plus/es')['ElOption']
+ ElPagination: typeof import('element-plus/es')['ElPagination']
+ ElPopover: typeof import('element-plus/es')['ElPopover']
+ ElRadio: typeof import('element-plus/es')['ElRadio']
+ ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
+ ElRow: typeof import('element-plus/es')['ElRow']
+ ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
+ ElSelect: typeof import('element-plus/es')['ElSelect']
+ ElSlider: typeof import('element-plus/es')['ElSlider']
+ ElSpace: typeof import('element-plus/es')['ElSpace']
+ ElStatistic: typeof import('element-plus/es')['ElStatistic']
+ ElSwitch: typeof import('element-plus/es')['ElSwitch']
+ ElTable: typeof import('element-plus/es')['ElTable']
+ ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
+ ElTabPane: typeof import('element-plus/es')['ElTabPane']
+ ElTabs: typeof import('element-plus/es')['ElTabs']
+ ElTag: typeof import('element-plus/es')['ElTag']
+ ElText: typeof import('element-plus/es')['ElText']
+ FactorCheckbox: typeof import('./components/monitor/FactorCheckbox.vue')['default']
+ FactorIconText: typeof import('./components/monitor/FactorIconText.vue')['default']
+ FactorLegend: typeof import('./components/monitor/FactorLegend.vue')['default']
+ FactorRadio: typeof import('./components/monitor/FactorRadio.vue')['default']
+ FactorTrend: typeof import('./components/monitor/FactorTrend.vue')['default']
+ GaugeChart: typeof import('./components/chart/GaugeChart.vue')['default']
+ GridSearch: typeof import('./components/grid/GridSearch.vue')['default']
+ HistoricalTrajectory: typeof import('./components/animation/HistoricalTrajectory.vue')['default']
+ MapLocate: typeof import('./components/map/MapLocate.vue')['default']
+ MapScene: typeof import('./components/map/MapScene.vue')['default']
+ MapToolbox: typeof import('./components/map/MapToolbox.vue')['default']
+ MessageBox: typeof import('./components/MessageBox.vue')['default']
+ MissionEdit: typeof import('./components/mission/MissionEdit.vue')['default']
+ MissionImport: typeof import('./components/mission/MissionImport.vue')['default']
+ MissionManage: typeof import('./components/mission/MissionManage.vue')['default']
+ OptionDevice: typeof import('./components/search/OptionDevice.vue')['default']
+ OptionLocation: typeof import('./components/search/OptionLocation.vue')['default']
+ OptionLocation2: typeof import('./components/search/OptionLocation2.vue')['default']
+ OptionMission: typeof import('./components/search/OptionMission.vue')['default']
+ OptionPollutionDegree: typeof import('./components/search/OptionPollutionDegree.vue')['default']
+ OptionTime: typeof import('./components/search/OptionTime.vue')['default']
+ OptionType: typeof import('./components/search/OptionType.vue')['default']
+ ProgressLineChart: typeof import('./components/chart/ProgressLineChart.vue')['default']
+ RealTimeLineChart: typeof import('./components/chart/RealTimeLineChart.vue')['default']
+ RouterLink: typeof import('vue-router')['RouterLink']
+ RouterView: typeof import('vue-router')['RouterView']
+ SceneSearch: typeof import('./components/scene/SceneSearch.vue')['default']
+ SceneTable: typeof import('./components/scene/SceneTable.vue')['default']
+ SearchBar: typeof import('./components/search/SearchBar.vue')['default']
+ SliderBar: typeof import('./components/SliderBar.vue')['default']
+ TrajectoryState: typeof import('./components/animation/TrajectoryState.vue')['default']
+ VehicleData: typeof import('./components/monitor/VehicleData.vue')['default']
+ WeatherData: typeof import('./components/monitor/WeatherData.vue')['default']
+ WeatherData_Old: typeof import('./components/monitor/WeatherData_Old.vue')['default']
}
export interface ComponentCustomProperties {
- vLoading: (typeof import('element-plus/es'))['ElLoadingDirective'];
+ vLoading: typeof import('element-plus/es')['ElLoadingDirective']
}
}
--
Gitblit v1.9.3