Skip to content

Commit

Permalink
feat: add menu SOP
Browse files Browse the repository at this point in the history
  • Loading branch information
newarifrh committed Jul 30, 2024
1 parent d1045ae commit 1d33ee0
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/components/sidebar/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,19 @@
<a href="http://s.bps.go.id/Tutorial-Verifikasi-SPK-SAPAMITRA" target="_blank">Tutorial Verifikasi SPK</a>
</el-menu-item>
</el-sub-menu>
<el-sub-menu index="7">
<template #title>
<el-icon>
<Service />
</el-icon>SOP
</template>
<el-menu-item>
<a href="http://s.bps.go.id/SOP-SPK-SAPAMITRA" target="_blank">SOP entri SPK</a>
</el-menu-item>
<el-menu-item>
<a href="http://s.bps.go.id/SOP-BAST-SAPAMITRA" target="_blank">SOP entri BAST</a>
</el-menu-item>
</el-sub-menu>
</el-menu>
</template>

Expand All @@ -91,7 +104,8 @@ import {
Memo,
User,
Setting,
VideoPlay
VideoPlay,
Service
} from "@element-plus/icons-vue";
import { useUserStore } from "@/stores/user";
const app = import.meta.env.VITE_APP_TITLE;
Expand Down

0 comments on commit 1d33ee0

Please sign in to comment.