jsa插件完成

This commit is contained in:
2026-08-26 15:21:15 +08:00
parent 80cc999687
commit b0144d190b
3 changed files with 287 additions and 1 deletions
+4
View File
@@ -9,6 +9,7 @@ import { getColorWithOpacity } from "@/utils/common";
import HighlightText from "./modules/HighlightText.vue";
import Ed from "./modules/Ed.vue";
import Hazop from "./modules/hazop.vue";
import Jsa from "./modules/jsa.vue";
const themeStore = useThemeStore();
@@ -1649,6 +1650,9 @@ const onBack = () => {
<template v-if="currentPlugin === 'HAZOP'">
<Hazop @back="onBack" @export="exportAll" />
</template>
<template v-else-if="currentPlugin === 'JSA'">
<Jsa @back="onBack" @export="exportAll" />
</template>
</NDrawerContent>
</NDrawer>
</NCard>