implement filters to the menu

This commit is contained in:
kur0nek-o
2023-10-27 20:22:36 +07:00
parent dfcd95ba8a
commit 0f6ed81e48
10 changed files with 211 additions and 212 deletions

View File

@ -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',