mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-05 23:11:24 +08:00
add the function of deleteNoticeType and modify the router of notice.ts
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
</el-header>
|
||||
<el-main>
|
||||
<el-menu :default-active="$route.path" class="el-menu-demo" mode="horizontal" router>
|
||||
<el-menu-item index="/notice/noticeView/all">所有公告</el-menu-item>
|
||||
<el-menu-item index="/notice/noticeView/toRead">未读</el-menu-item>
|
||||
<el-menu-item index="/notice/noticeView/alRead">已读</el-menu-item>
|
||||
<el-menu-item index="/notice/view/all">所有公告</el-menu-item>
|
||||
<el-menu-item index="/notice/view/toRead">未读</el-menu-item>
|
||||
<el-menu-item index="/notice/view/alRead">已读</el-menu-item>
|
||||
</el-menu>
|
||||
<router-view />
|
||||
</el-main>
|
||||
|
||||
Reference in New Issue
Block a user