From 169a3049c479bd001e5cb5cff4eb20010e3c66ad Mon Sep 17 00:00:00 2001
From: KAI <1373639299@qq.com>
Date: Wed, 6 Nov 2024 14:41:10 +0000
Subject: [PATCH] =?UTF-8?q?feat:=20tab=E6=A0=8F=E5=A2=9E=E5=8A=A0=E5=8F=B3?=
=?UTF-8?q?=E9=94=AE=E8=8F=9C=E5=8D=95=20Closes=20#IA5RD4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/layout/components/Tabs/index.vue | 84 ++++++++++++++++++++++------
1 file changed, 68 insertions(+), 16 deletions(-)
diff --git a/src/layout/components/Tabs/index.vue b/src/layout/components/Tabs/index.vue
index 92786f5..d410d99 100644
--- a/src/layout/components/Tabs/index.vue
+++ b/src/layout/components/Tabs/index.vue
@@ -15,25 +15,71 @@
:title="(item.meta?.title as string)"
:closable="Boolean(!item.meta?.affix)"
>
+
+
+ handleContextMenu(e, item.path)">
+ {{ item.meta?.title }}
+
+
+
+
+
+
+
+ 关闭当前
+
+
+
+
+
+ 关闭右侧
+
+
+
+
+
+ 关闭其他
+
+
+
+
+
+ 关闭全部
+
+
+
+
-
+
+
+
+
+
-
+
+
+
关闭当前
-
+
+
+
关闭右侧
-
+
+
+
关闭其他
-
+
+
+
关闭全部
@@ -45,30 +91,29 @@