From d8c55a011b097fedcc83b009cdb095a17788cd78 Mon Sep 17 00:00:00 2001 From: joylink_fanyuhong <18706759286@163.com> Date: Wed, 16 Oct 2024 14:01:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0FAS=E5=B9=B3=E9=9D=A2?= =?UTF-8?q?=E5=9B=BE=E5=88=86=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Iscs/FASPlaneGraph.vue | 91 +++++++++++++++++++++++++++ src/drawApp/iscsApp.ts | 2 + src/layouts/IscsDrawLayout.vue | 25 ++++---- src/stores/draw-store.ts | 2 +- 4 files changed, 108 insertions(+), 12 deletions(-) create mode 100644 src/components/Iscs/FASPlaneGraph.vue diff --git a/src/components/Iscs/FASPlaneGraph.vue b/src/components/Iscs/FASPlaneGraph.vue new file mode 100644 index 0000000..e25e6e7 --- /dev/null +++ b/src/components/Iscs/FASPlaneGraph.vue @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/src/drawApp/iscsApp.ts b/src/drawApp/iscsApp.ts index 11ff46e..8c74311 100644 --- a/src/drawApp/iscsApp.ts +++ b/src/drawApp/iscsApp.ts @@ -273,6 +273,7 @@ export function saveDrawDatas(app: IDrawApp) { new iscsGraphicData.FASOfPlatformAlarmStorage({ stationName: station, commonGraphicStorage: new iscsGraphicData.CommonGraphicStorage(), + partition: '设备分区一', }) ) ); @@ -299,6 +300,7 @@ export function saveDrawDatas(app: IDrawApp) { fasOfPlatformAlarm = new iscsGraphicData.FASOfPlatformAlarmStorage({ stationName: drawStore.selectSubmenuAndStation.station, commonGraphicStorage: new iscsGraphicData.CommonGraphicStorage(), + partition: drawStore.selectSubmenuAndStation.partition, }); const fasStorage = saveCommonDrawDatas( app, diff --git a/src/layouts/IscsDrawLayout.vue b/src/layouts/IscsDrawLayout.vue index ffad9b7..ac4c9af 100644 --- a/src/layouts/IscsDrawLayout.vue +++ b/src/layouts/IscsDrawLayout.vue @@ -120,27 +120,26 @@ - - + state.drawAssistant != null,