adding 7 table for menu Gangguan
This commit is contained in:
@ -9,15 +9,17 @@ import WelcomePage from '@/components/Pages/Welcome.vue'
|
||||
import EmptyPage from '@/components/Pages/EmptyPage.vue'
|
||||
import qs from 'qs'
|
||||
import {
|
||||
GangguanDaftar1,
|
||||
GangguanDaftar2,
|
||||
GangguanDaftar3
|
||||
} from '@/components/Pages/Gangguan/Daftar'
|
||||
GangguanTable1,
|
||||
GangguanTable2,
|
||||
GangguanTable3,
|
||||
GangguanTable4,
|
||||
GangguanTable5,
|
||||
GangguanTable6,
|
||||
GangguanTable7,
|
||||
} from '@/components/Pages/Gangguan'
|
||||
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[] = [
|
||||
{
|
||||
@ -41,38 +43,38 @@ export const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
path: '1',
|
||||
name: 'Daftar Keluhan Dialihkan Ke Posko Lain | type-1',
|
||||
component: GangguanDaftar1,
|
||||
component: GangguanTable1,
|
||||
props: true
|
||||
},
|
||||
{
|
||||
path: '2',
|
||||
name: 'Daftar Gangguan Melapor Lebih Dari 1 Kali',
|
||||
component: GangguanDaftar2,
|
||||
component: GangguanTable2,
|
||||
},
|
||||
{
|
||||
path: '3',
|
||||
name: 'Daftar Gangguan Response Time',
|
||||
component: GangguanDaftar3,
|
||||
component: GangguanTable3,
|
||||
},
|
||||
{
|
||||
path: '4',
|
||||
name: 'Daftar Gangguan Recovery Time',
|
||||
component: GangguanDaftar3,
|
||||
component: GangguanTable4,
|
||||
},
|
||||
{
|
||||
path: '5',
|
||||
name: 'Daftar Gangguan Selesai Tanpa ID Pelanggan',
|
||||
component: GangguanDaftar3,
|
||||
component: GangguanTable5,
|
||||
},
|
||||
{
|
||||
path: '6',
|
||||
name: 'Daftar Gangguan Berdasarkan Media',
|
||||
component: GangguanDaftar3,
|
||||
component: GangguanTable6,
|
||||
},
|
||||
{
|
||||
path: '7',
|
||||
name: 'Daftar Gangguan Diselesaikan Mobile APKT',
|
||||
component: GangguanDaftar3,
|
||||
component: GangguanTable7,
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -122,31 +124,26 @@ export const routes: RouteRecordRaw[] = [
|
||||
},
|
||||
{
|
||||
path: '9',
|
||||
name: 'Rekapitulasi Gangguan Per Status',
|
||||
component: EmptyPage,
|
||||
},
|
||||
{
|
||||
path: '10',
|
||||
name: 'Rekapitulasi Gangguan Diselesaikan Mobile APKT',
|
||||
component: EmptyPage,
|
||||
},
|
||||
{
|
||||
path: '11',
|
||||
path: '10',
|
||||
name: 'Rekapitulasi Rating Per Posko',
|
||||
component: EmptyPage,
|
||||
},
|
||||
{
|
||||
path: '12',
|
||||
path: '11',
|
||||
name: 'Rekapitulasi Rating Per Regu',
|
||||
component: EmptyPage,
|
||||
},
|
||||
{
|
||||
path: '13',
|
||||
path: '12',
|
||||
name: 'Rekapitulasi Koreksi Transaksi Individual',
|
||||
component: EmptyPage,
|
||||
},
|
||||
{
|
||||
path: '14',
|
||||
path: '13',
|
||||
name: 'Rekapitulasi Cleansing Transaksi TM',
|
||||
component: EmptyPage,
|
||||
},
|
||||
|
Reference in New Issue
Block a user