SCL插件完成

This commit is contained in:
2026-08-26 15:46:18 +08:00
parent b0144d190b
commit b51de262b3
3 changed files with 244 additions and 5 deletions
+4 -1
View File
@@ -10,7 +10,7 @@ import HighlightText from "./modules/HighlightText.vue";
import Ed from "./modules/Ed.vue";
import Hazop from "./modules/hazop.vue";
import Jsa from "./modules/jsa.vue";
import Scl from "./modules/scl.vue";
const themeStore = useThemeStore();
@@ -1653,6 +1653,9 @@ const onBack = () => {
<template v-else-if="currentPlugin === 'JSA'">
<Jsa @back="onBack" @export="exportAll" />
</template>
<template v-else-if="currentPlugin === 'SCL'">
<Scl @back="onBack" @export="exportAll" />
</template>
</NDrawerContent>
</NDrawer>
</NCard>