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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user