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