([]);
diff --git a/orion-ops-ui/src/views/system/dict/index.vue b/orion-ops-ui/src/views/system/dict/index.vue
index 4e7aff24..d3113f3e 100644
--- a/orion-ops-ui/src/views/system/dict/index.vue
+++ b/orion-ops-ui/src/views/system/dict/index.vue
@@ -2,12 +2,18 @@
modal.openAdd()"
- @openUpdate="(e) => modal.openUpdate(e)" />
-
-
+ @openAddKey="() => keyModal.openAdd()"
+ @openValueHistory="() => keyModal.openAdd()"
+ @openAddValue="() => valueModal.openAdd()"
+ @openUpdateValue="(e) => valueModal.openUpdate(e)" />
+
+
+
+
@@ -20,19 +26,31 @@