From 52b12771a23922c882b030e90e92d11870b606be Mon Sep 17 00:00:00 2001 From: zyronon Date: Tue, 28 Nov 2023 13:43:44 +0800 Subject: [PATCH] Develop dictionary management function --- src/pages/dict/DictManage.vue | 14 ++++++++++++-- src/pages/dict/components/ArticleDictDetail.vue | 4 ++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/pages/dict/DictManage.vue b/src/pages/dict/DictManage.vue index 0fa34c57..80f309b6 100644 --- a/src/pages/dict/DictManage.vue +++ b/src/pages/dict/DictManage.vue @@ -258,6 +258,15 @@ const isPinDict = $computed(() => { return [DictType.collect, DictType.wrong, DictType.simple].includes(runtimeStore.editDict.type) }) +function resetDict() { +} + +function importData() { +} + +function exportData() { +} +