add component table 36 - 69
This commit is contained in:
@ -47,6 +47,13 @@ import {
|
||||
KeluhanTable14,
|
||||
KeluhanTable15,
|
||||
} from '@/components/Pages/Keluhan'
|
||||
import { MonalisaTable1, MonalisaTable10, MonalisaTable11, MonalisaTable12, MonalisaTable13, MonalisaTable14, MonalisaTable15, MonalisaTable16, MonalisaTable17, MonalisaTable18, MonalisaTable19, MonalisaTable2, MonalisaTable20, MonalisaTable21, MonalisaTable22, MonalisaTable23, MonalisaTable24, MonalisaTable3, MonalisaTable4, MonalisaTable5, MonalisaTable6, MonalisaTable7, MonalisaTable8, MonalisaTable9 } from '@/components/Pages/Monalisa'
|
||||
import { CicoTable1 } from '@/components/Pages/Cico'
|
||||
import { AnomaliTable1, AnomaliTable2, AnomaliTable3 } from '@/components/Pages/Anomali'
|
||||
import { CttTable1 } from '@/components/Pages/Ctt'
|
||||
import { MaterialTable1, MaterialTable2 } from '@/components/Pages/Material'
|
||||
import { TransaksiTable1 } from '@/components/Pages/Transaksi'
|
||||
import { PencarianDataTable1 } from '@/components/Pages/PencarianData'
|
||||
|
||||
export const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
@ -287,47 +294,47 @@ export const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
path: '1',
|
||||
name: 'Jumlah Kali Gangguan',
|
||||
component: EmptyPage,
|
||||
component: MonalisaTable1,
|
||||
},
|
||||
{
|
||||
path: '2',
|
||||
name: 'Dispacthing Time (DT) Gangguan',
|
||||
component: EmptyPage,
|
||||
component: MonalisaTable2,
|
||||
},
|
||||
{
|
||||
path: '3',
|
||||
name: 'Recovery Time (RCT) Gangguan',
|
||||
component: EmptyPage,
|
||||
component: MonalisaTable3,
|
||||
},
|
||||
{
|
||||
path: '4',
|
||||
name: 'Response Time (RPT) Gangguan',
|
||||
component: EmptyPage,
|
||||
component: MonalisaTable4,
|
||||
},
|
||||
{
|
||||
path: '5',
|
||||
name: 'Jumlah dan Durasi RPT RCT Gangguan',
|
||||
component: EmptyPage,
|
||||
component: MonalisaTable5,
|
||||
},
|
||||
{
|
||||
path: '6',
|
||||
name: 'Rekapitulasi Gangguan Per Jenis Gangguan',
|
||||
component: EmptyPage,
|
||||
component: MonalisaTable6,
|
||||
},
|
||||
{
|
||||
path: '7',
|
||||
name: 'Rekapitulasi Lapor Ulang Gangguan',
|
||||
component: EmptyPage,
|
||||
component: MonalisaTable7,
|
||||
},
|
||||
{
|
||||
path: '8',
|
||||
name: 'Rekapitulasi ENS Gangguan',
|
||||
component: EmptyPage,
|
||||
component: MonalisaTable8,
|
||||
},
|
||||
{
|
||||
path: '9',
|
||||
name: 'Rekapitulasi Gangguan Belum Selesai',
|
||||
component: EmptyPage,
|
||||
component: MonalisaTable9,
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -344,37 +351,37 @@ export const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
path: '1',
|
||||
name: 'Jumlah Kali Keluhan',
|
||||
component: EmptyPage,
|
||||
component: MonalisaTable10,
|
||||
},
|
||||
{
|
||||
path: '2',
|
||||
name: 'Recovery Time (RCT) Keluhan',
|
||||
component: EmptyPage,
|
||||
component: MonalisaTable11,
|
||||
},
|
||||
{
|
||||
path: '3',
|
||||
name: 'Response Time (RPT) Keluhan',
|
||||
component: EmptyPage,
|
||||
component: MonalisaTable12,
|
||||
},
|
||||
{
|
||||
path: '4',
|
||||
name: 'Jumlah dan Durasi RPT RCT Keluhan',
|
||||
component: EmptyPage,
|
||||
component: MonalisaTable13,
|
||||
},
|
||||
{
|
||||
path: '5',
|
||||
name: 'Rekapitulasi Gangguan Per Jenis Keluhan',
|
||||
component: EmptyPage,
|
||||
component: MonalisaTable14,
|
||||
},
|
||||
{
|
||||
path: '6',
|
||||
name: 'Rekapitulasi Lapor Ulang Keluhan',
|
||||
component: EmptyPage,
|
||||
component: MonalisaTable15,
|
||||
},
|
||||
{
|
||||
path: '7',
|
||||
name: 'Rekapitulasi Keluhan Belum Selesai',
|
||||
component: EmptyPage,
|
||||
component: MonalisaTable16,
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -391,22 +398,22 @@ export const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
path: '1',
|
||||
name: 'Penurunan Jumlah Komplain',
|
||||
component: EmptyPage,
|
||||
component: MonalisaTable17,
|
||||
},
|
||||
{
|
||||
path: '2',
|
||||
name: 'Aging Complaint',
|
||||
component: EmptyPage,
|
||||
component: MonalisaTable18,
|
||||
},
|
||||
{
|
||||
path: '3',
|
||||
name: 'Energy Not Sales (ENS)',
|
||||
component: EmptyPage,
|
||||
component: MonalisaTable19,
|
||||
},
|
||||
{
|
||||
path: '4',
|
||||
name: 'Kepatuhan dan Akurasi Dalam Pelaporan',
|
||||
component: EmptyPage,
|
||||
component: MonalisaTable20,
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -417,22 +424,22 @@ export const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
path: '1',
|
||||
name: 'Penurunan Jumlah Komplain',
|
||||
component: EmptyPage,
|
||||
component: MonalisaTable21,
|
||||
},
|
||||
{
|
||||
path: '2',
|
||||
name: 'Aging Complaint',
|
||||
component: EmptyPage,
|
||||
component: MonalisaTable22,
|
||||
},
|
||||
{
|
||||
path: '3',
|
||||
name: 'Energy Not Sales (ENS)',
|
||||
component: EmptyPage,
|
||||
component: MonalisaTable23,
|
||||
},
|
||||
{
|
||||
path: '4',
|
||||
name: 'Kepatuhan dan Akurasi Dalam Pelaporan',
|
||||
component: EmptyPage,
|
||||
component: MonalisaTable24,
|
||||
},
|
||||
],
|
||||
}
|
||||
@ -451,7 +458,7 @@ export const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
path: '1',
|
||||
name: 'Laporan Check In /Check Out (CICO)',
|
||||
component: EmptyPage,
|
||||
component: CicoTable1,
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -468,12 +475,12 @@ export const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
path: '1',
|
||||
name: 'Laporan Anomali Penangan Pengaduan Gangguan Unit',
|
||||
component: EmptyPage,
|
||||
component: AnomaliTable1,
|
||||
},
|
||||
{
|
||||
path: '2',
|
||||
name: 'Laporan Anomali Penangan Pengaduan Gangguan Petugas',
|
||||
component: EmptyPage,
|
||||
component: AnomaliTable2,
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -484,7 +491,7 @@ export const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
path: '1',
|
||||
name: 'Laporan Anomali Penangan Pengaduan Keluhan Unit',
|
||||
component: EmptyPage,
|
||||
component: AnomaliTable3,
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -497,7 +504,7 @@ export const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
path: '1',
|
||||
name: 'Laporan CTT & KWH Periksa',
|
||||
component: EmptyPage,
|
||||
component: CttTable1,
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -512,7 +519,7 @@ export const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
path: '1',
|
||||
name: 'Daftar Gangguan Dan Material Yang Dipakai',
|
||||
component: EmptyPage,
|
||||
component: MaterialTable1,
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -523,7 +530,7 @@ export const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
path: '1',
|
||||
name: 'Rekapitulasi Pemakaian Material',
|
||||
component: EmptyPage,
|
||||
component: MaterialTable2,
|
||||
},
|
||||
],
|
||||
}
|
||||
@ -536,7 +543,7 @@ export const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
path: '1',
|
||||
name: 'Transaksi APKT',
|
||||
component: EmptyPage,
|
||||
component: TransaksiTable1,
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -547,7 +554,7 @@ export const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
path: '1',
|
||||
name: 'Pencarian Report Number',
|
||||
component: EmptyPage,
|
||||
component: PencarianDataTable1,
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user