From 3147206e8eac3187363817feaa6f72c42df42ea7 Mon Sep 17 00:00:00 2001 From: xingyu Date: Sun, 15 Oct 2023 19:34:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20button=20type=20=E5=B1=9E=E6=80=A7?= =?UTF-8?q?=E4=B8=8D=E5=86=8D=E6=94=AF=E6=8C=81=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/area/index.vue | 4 ++-- src/views/system/dept/index.vue | 4 ++-- src/views/system/menu/index.vue | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/system/area/index.vue b/src/views/system/area/index.vue index 018b1dad..dfbe4574 100644 --- a/src/views/system/area/index.vue +++ b/src/views/system/area/index.vue @@ -40,10 +40,10 @@ function handleCreate() { IP 查询 - + {{ t('component.tree.expandAll') }} - + {{ t('component.tree.unExpandAll') }} diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 42b2b2a5..8a4a7983 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -89,10 +89,10 @@ onMounted(async () => { {{ t('action.create') }} - + {{ t('component.tree.expandAll') }} - + {{ t('component.tree.unExpandAll') }} diff --git a/src/views/system/menu/index.vue b/src/views/system/menu/index.vue index b05892fc..d37a8e9b 100644 --- a/src/views/system/menu/index.vue +++ b/src/views/system/menu/index.vue @@ -79,10 +79,10 @@ function refreshMenu() { {{ t('action.create') }} - + {{ t('component.tree.expandAll') }} - + {{ t('component.tree.unExpandAll') }}