-
-
+
+
diff --git a/web/src/pages/Edit/components/Toolbar.vue b/web/src/pages/Edit/components/Toolbar.vue
index 775f0bed..c4e03c9f 100644
--- a/web/src/pages/Edit/components/Toolbar.vue
+++ b/web/src/pages/Edit/components/Toolbar.vue
@@ -134,6 +134,16 @@
{{ $t('toolbar.associativeLine') }}
+
+
+ {{ $t('toolbar.formula') }}
+
@@ -259,6 +269,11 @@ export default {
this.setActiveSidebar('nodeIconSidebar')
},
+ // 打开公式侧边栏
+ showFormula() {
+ this.setActiveSidebar('formulaSidebar')
+ },
+
/**
* @Author: 王林25
* @Date: 2022-11-14 19:17:40