From 4af25b2b8042b1edcd9ca186fd08bec6ee992c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E5=95=BE?= <1144797966@qq.com> Date: Thu, 31 Oct 2024 10:17:30 +0800 Subject: [PATCH] 1 --- src/layout/components/TagsView/index.vue | 8 ++++++-- src/views/invoicing/consumable/information.vue | 1 + src/views/invoicing/operation_in.vue | 1 + src/views/invoicing/operation_out.vue | 1 + src/views/product/add_shop.vue | 1 + src/views/product/index.vue | 1 + 6 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue index b3c2ffe..8216188 100644 --- a/src/layout/components/TagsView/index.vue +++ b/src/layout/components/TagsView/index.vue @@ -3,9 +3,10 @@ + @click.middle.native="!isAffix(tag) ? closeSelectedTag(tag) : ''" + @contextmenu.prevent.native="openMenu(tag, $event)"> {{ tag.title }} - +