From 974e9235310e5b0b4ee055bb74a5b793c5939735 Mon Sep 17 00:00:00 2001 From: shuishen <1109946754@qq.com> Date: Fri, 16 Jan 2026 11:16:15 +0800 Subject: [PATCH] feat:任务工单初始化 --- applications/task-work-order/src/components/map-container/mapContainer-copy.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/applications/task-work-order/src/components/map-container/mapContainer-copy.vue b/applications/task-work-order/src/components/map-container/mapContainer-copy.vue index 94d60cd..66d1b89 100644 --- a/applications/task-work-order/src/components/map-container/mapContainer-copy.vue +++ b/applications/task-work-order/src/components/map-container/mapContainer-copy.vue @@ -3,10 +3,10 @@ * @Date: 2024-10-25 15:07:51 * @LastEditors: shuishen 1109946754@qq.com * @LastEditTime: 2025-04-28 11:34:40 - * @FilePath: \drone-web-manage\src\components\map-container\mapContainer.vue - * @Description: - * - * Copyright (c) 2024 by shuishen, All Rights Reserved. + * @FilePath: \drone-command\src\components\map-container\mapContainer.vue + * @Description: + * + * Copyright (c) 2024 by shuishen, All Rights Reserved. --> <template> <div class="map-container"> @@ -261,4 +261,4 @@ height: 120%; transform: translate(-50%, -50%); } -</style> \ No newline at end of file +</style> -- Gitblit v1.9.3