补全任务编排界面未提交的代码

This commit is contained in:
18086616529
2026-06-05 08:40:25 +08:00
parent 40e7802e2b
commit 8407f664ac
+6
View File
@@ -11,6 +11,7 @@ declare module 'vue' {
AiGenerateDialog: typeof import('./src/components/map-editor/AiGenerateDialog.vue')['default']
ConfigPageBase: typeof import('./src/components/ConfigPageBase.vue')['default']
DataTablePro: typeof import('./src/components/DataTablePro.vue')['default']
EdgeInspector: typeof import('./src/components/workflow/EdgeInspector.vue')['default']
EditPropertyPanel: typeof import('./src/components/map-editor/EditPropertyPanel.vue')['default']
EditStatusBar: typeof import('./src/components/map-editor/EditStatusBar.vue')['default']
EditToolRail: typeof import('./src/components/map-editor/EditToolRail.vue')['default']
@@ -81,6 +82,8 @@ declare module 'vue' {
MapMonitorConfigGroup: typeof import('./src/components/config/MapMonitorConfigGroup.vue')['default']
MissionListPanel: typeof import('./src/components/workbench/MissionListPanel.vue')['default']
MonitorSelectionPanel: typeof import('./src/components/workbench/MonitorSelectionPanel.vue')['default']
NodeInspector: typeof import('./src/components/workflow/NodeInspector.vue')['default']
NodePalette: typeof import('./src/components/workflow/NodePalette.vue')['default']
PermissionGuard: typeof import('./src/components/PermissionGuard.vue')['default']
PluginListPanel: typeof import('./src/components/reflection/PluginListPanel.vue')['default']
ProjectBrowseDialog: typeof import('./src/components/map-editor/ProjectBrowseDialog.vue')['default']
@@ -96,6 +99,9 @@ declare module 'vue' {
VehicleHealthCard: typeof import('./src/components/fleet/VehicleHealthCard.vue')['default']
VehicleMonitorPanel: typeof import('./src/components/workbench/VehicleMonitorPanel.vue')['default']
WorkbenchSidePanel: typeof import('./src/components/workbench/WorkbenchSidePanel.vue')['default']
WorkflowEditor: typeof import('./src/components/workflow/WorkflowEditor.vue')['default']
WorkflowListPanel: typeof import('./src/components/workflow/WorkflowListPanel.vue')['default']
WorkflowNode: typeof import('./src/components/workflow/WorkflowNode.vue')['default']
Workspace3D: typeof import('./src/components/Workspace3D.vue')['default']
WorkspaceCanvasToolbar: typeof import('./src/components/workspace/WorkspaceCanvasToolbar.vue')['default']
}