1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 23:11:24 +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 highlight-current-row
@selection-change="handleSelectionChange" @selection-change="handleSelectionChange"
@row-contextmenu="openClickMenu" @row-contextmenu="openClickMenu"
@row-click="handleShow"
:header-cell-style="{ :header-cell-style="{
background: 'darksalmon', background: 'darksalmon',
'text-align': 'center', 'text-align': 'center',
@@ -184,12 +183,6 @@
</el-icon> </el-icon>
取消置顶 取消置顶
</li> </li>
<li>
<el-icon :size="SIZE_ICON_SM()">
<icon-pinnacle-label />
</el-icon>
新建标签
</li>
</ul> </ul>
</template> </template>

View File

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