From 49592afbf9e48cd8e25f0730a84e29d6772ec92d Mon Sep 17 00:00:00 2001 From: cccccyb <995134776@qq.com> Date: Thu, 8 Jun 2023 22:13:02 +0800 Subject: [PATCH] modify the function of click event in the page of NoticeManageTable --- ui/src/components/notice/NoticeManageTable.vue | 7 ------- ui/src/components/notice/NoticeViewCard.vue | 6 ------ 2 files changed, 13 deletions(-) diff --git a/ui/src/components/notice/NoticeManageTable.vue b/ui/src/components/notice/NoticeManageTable.vue index b9acee4..9451d90 100644 --- a/ui/src/components/notice/NoticeManageTable.vue +++ b/ui/src/components/notice/NoticeManageTable.vue @@ -8,7 +8,6 @@ highlight-current-row @selection-change="handleSelectionChange" @row-contextmenu="openClickMenu" - @row-click="handleShow" :header-cell-style="{ background: 'darksalmon', 'text-align': 'center', @@ -184,12 +183,6 @@ 取消置顶 -
  • - - - - 新建标签 -
  • diff --git a/ui/src/components/notice/NoticeViewCard.vue b/ui/src/components/notice/NoticeViewCard.vue index 086932f..efa492c 100644 --- a/ui/src/components/notice/NoticeViewCard.vue +++ b/ui/src/components/notice/NoticeViewCard.vue @@ -75,12 +75,6 @@ 标为未读 -
  • - - - - 新建标签 -