From 5f128ba4bba00b5ae77cf49ea9446ca66cb94811 Mon Sep 17 00:00:00 2001 From: Seven Date: Tue, 20 Jan 2026 02:01:40 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E5=9B=A2=E9=98=9F?= =?UTF-8?q?=E6=88=90=E5=91=98=E8=A1=A8=E6=A0=BC=E4=B8=AD=E7=9A=84=E7=94=A8?= =?UTF-8?q?=E6=88=B7ID=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/user/components/team.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/views/user/components/team.vue b/src/views/user/components/team.vue index b4814f9..cf3741c 100644 --- a/src/views/user/components/team.vue +++ b/src/views/user/components/team.vue @@ -48,10 +48,6 @@ const columns: TableBaseColumns = [ { key: 'ancestorId', title: '上级ID' - }, - { - key: 'descendantId', - title: '用户ID' } ];