From d8ba048c6d0c17f2bb64bb7f4c7d0d6853e06aff Mon Sep 17 00:00:00 2001 From: caoxiaozhu Date: Mon, 13 Jul 2026 16:41:42 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=B2=BB=E7=90=86=E8=8F=9C=E5=8D=95=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 数据集管理移至数据处理之前,与实际使用优先级对齐。 --- frontend/src/components/AppSidebar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/AppSidebar.vue b/frontend/src/components/AppSidebar.vue index e19f269..d6ec291 100644 --- a/frontend/src/components/AppSidebar.vue +++ b/frontend/src/components/AppSidebar.vue @@ -45,8 +45,8 @@ const menuGroups = [ { title: '数据治理', items: [ - { key: 'data-process', label: '数据处理', icon: 'fa-filter', to: '/data-process' }, { key: 'dataset', label: '数据集管理', icon: 'fa-file-text', to: '/dataset' }, + { key: 'data-process', label: '数据处理', icon: 'fa-filter', to: '/data-process' }, ], }, {