implement filters to the menu
This commit is contained in:
@ -16,6 +16,8 @@ import {
|
||||
import {
|
||||
GangguanRekap1,
|
||||
} from '@/components/Pages/Gangguan/Rekapitulasi'
|
||||
import Type1 from '@/components/Form/FiltersType/Type1.vue'
|
||||
import Button from '@/components/Button.vue'
|
||||
|
||||
export const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
@ -38,8 +40,9 @@ export const routes: RouteRecordRaw[] = [
|
||||
children: [
|
||||
{
|
||||
path: '1',
|
||||
name: 'Daftar Keluhan Dialihkan Ke Posko Lain',
|
||||
name: 'Daftar Keluhan Dialihkan Ke Posko Lain | type-1',
|
||||
component: GangguanDaftar1,
|
||||
props: true
|
||||
},
|
||||
{
|
||||
path: '2',
|
||||
|
Reference in New Issue
Block a user