From 25d0ea0e7c4d62e032946280f54d8ed661d7cfed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E5=A4=A7=E8=83=86?= <1101282782@qq.com> Date: Wed, 19 Nov 2025 09:27:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E8=B5=84=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../setPup/components/engineering.vue | 1 + .../setPup/components/equipment.vue | 2 +- .../propertyBox/RoutePlanning copy.vue | 463 ++++++++++++++++++ .../components/propertyBox/addDevice.vue | 53 +- .../components/propertyBox/addMaterials.vue | 3 +- 5 files changed, 510 insertions(+), 12 deletions(-) create mode 100644 src/renderer/src/views/components/propertyBox/RoutePlanning copy.vue diff --git a/src/renderer/src/views/components/headers/components/setPup/components/engineering.vue b/src/renderer/src/views/components/headers/components/setPup/components/engineering.vue index 2e1d585..a2bf269 100644 --- a/src/renderer/src/views/components/headers/components/setPup/components/engineering.vue +++ b/src/renderer/src/views/components/headers/components/setPup/components/engineering.vue @@ -483,6 +483,7 @@ const importProject = () => { console.log(arr, 'arrarr') arr.pop() // let path: any = 'C:/Users/Administrator/AppData/Roaming/yjearth' + console.log(paths[0], arr.join('/'), 'pathpath') unzip_file(paths[0], arr.join('/')) .then((res) => { // loadingInstance.close() diff --git a/src/renderer/src/views/components/headers/components/setPup/components/equipment.vue b/src/renderer/src/views/components/headers/components/setPup/components/equipment.vue index ee831a3..c6b7068 100644 --- a/src/renderer/src/views/components/headers/components/setPup/components/equipment.vue +++ b/src/renderer/src/views/components/headers/components/setPup/components/equipment.vue @@ -58,7 +58,7 @@ - + @@ -86,6 +86,7 @@ var submitProtal = () => { }) } eventBus.on('openAddMaterial', (params) => { + console.log(params, 'iuiuuiuiu') addTitle.value = params.title if (addTitle.value != '添加物资') { addForm.value.name = params.data.name