1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 15:01:23 +08:00

modify the function of click event in the page of NoticeManageTable

This commit is contained in:
cccccyb
2023-06-08 22:13:02 +08:00
parent e3baa1d8f2
commit 49592afbf9
2 changed files with 0 additions and 13 deletions

View File

@@ -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 @@
</el-icon>
取消置顶
</li>
<li>
<el-icon :size="SIZE_ICON_SM()">
<icon-pinnacle-label />
</el-icon>
新建标签
</li>
</ul>
</template>

View File

@@ -75,12 +75,6 @@
</el-icon>
标为未读
</li>
<li>
<el-icon :size="SIZE_ICON_SM()">
<icon-pinnacle-label />
</el-icon>
新建标签
</li>
</ul>
</el-timeline-item>
</el-timeline>