change TestPage into EmptyPage

This commit is contained in:
Dede Fuji Abdul
2023-10-30 08:57:55 +07:00
parent c3302fc4ae
commit 7381f642a7
2 changed files with 62 additions and 62 deletions

View File

@ -6,7 +6,7 @@ import TestView from '@/views/TestView.vue'
import LoginView from '@/views/LoginView.vue' import LoginView from '@/views/LoginView.vue'
import NotFoundView from '@/views/NotFoundView.vue' import NotFoundView from '@/views/NotFoundView.vue'
import WelcomePage from '@/components/Pages/Welcome.vue' import WelcomePage from '@/components/Pages/Welcome.vue'
import TestPage from '@/components/Pages/TestPage.vue' import EmptyPage from '@/components/Pages/EmptyPage.vue'
import qs from 'qs' import qs from 'qs'
import { import {
GangguanDaftar1, GangguanDaftar1,
@ -88,67 +88,67 @@ export const routes: RouteRecordRaw[] = [
{ {
path: '2', path: '2',
name: 'Rekapitulasi Gangguan/Jenis Gangguan', name: 'Rekapitulasi Gangguan/Jenis Gangguan',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '3', path: '3',
name: 'Rekapitulasi Gangguan/Jenis Gangguan SE 004', name: 'Rekapitulasi Gangguan/Jenis Gangguan SE 004',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '4', path: '4',
name: 'Rekapitulasi Gangguan Per Posko', name: 'Rekapitulasi Gangguan Per Posko',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '5', path: '5',
name: 'Rekapitulasi Gangguan Per Regu', name: 'Rekapitulasi Gangguan Per Regu',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '6', path: '6',
name: 'Rekapitulasi Gangguan Per Tanggal', name: 'Rekapitulasi Gangguan Per Tanggal',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '7', path: '7',
name: 'Rekapitulasi Gangguan Berdasarkan Media', name: 'Rekapitulasi Gangguan Berdasarkan Media',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '8', path: '8',
name: 'Rekapitulasi Gangguan Alih Posko', name: 'Rekapitulasi Gangguan Alih Posko',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '9', path: '9',
name: 'Rekapitulasi Gangguan Per Status', name: 'Rekapitulasi Gangguan Per Status',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '10', path: '10',
name: 'Rekapitulasi Gangguan Diselesaikan Mobile APKT', name: 'Rekapitulasi Gangguan Diselesaikan Mobile APKT',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '11', path: '11',
name: 'Rekapitulasi Rating Per Posko', name: 'Rekapitulasi Rating Per Posko',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '12', path: '12',
name: 'Rekapitulasi Rating Per Regu', name: 'Rekapitulasi Rating Per Regu',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '13', path: '13',
name: 'Rekapitulasi Koreksi Transaksi Individual', name: 'Rekapitulasi Koreksi Transaksi Individual',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '14', path: '14',
name: 'Rekapitulasi Cleansing Transaksi TM', name: 'Rekapitulasi Cleansing Transaksi TM',
component: TestPage, component: EmptyPage,
}, },
], ],
} }
@ -165,37 +165,37 @@ export const routes: RouteRecordRaw[] = [
{ {
path: '1', path: '1',
name: 'Daftar Keluhan Dialihkan Ke Unit Lain', name: 'Daftar Keluhan Dialihkan Ke Unit Lain',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '2', path: '2',
name: 'Daftar Keluhan Pelanggan Lebih Dari 1 Kali', name: 'Daftar Keluhan Pelanggan Lebih Dari 1 Kali',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '3', path: '3',
name: 'Daftar Keluhan Response Time', name: 'Daftar Keluhan Response Time',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '4', path: '4',
name: 'Daftar Keluhan Recovery Time', name: 'Daftar Keluhan Recovery Time',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '5', path: '5',
name: 'Daftar Keluhan Selesai Tanpa ID Pelanggan', name: 'Daftar Keluhan Selesai Tanpa ID Pelanggan',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '6', path: '6',
name: 'Daftar Keluhan Berdasarkan Media', name: 'Daftar Keluhan Berdasarkan Media',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '7', path: '7',
name: 'Daftar Keluhan Selesai di CC123', name: 'Daftar Keluhan Selesai di CC123',
component: TestPage, component: EmptyPage,
}, },
], ],
}, },
@ -206,42 +206,42 @@ export const routes: RouteRecordRaw[] = [
{ {
path: '1', path: '1',
name: 'Rekapitulasi Keluhan All', name: 'Rekapitulasi Keluhan All',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '2', path: '2',
name: 'Rekapitulasi Keluhan Per Fungsi Bidang', name: 'Rekapitulasi Keluhan Per Fungsi Bidang',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '3', path: '3',
name: 'Rekapitulasi Keluhan Per Jenis Keluhan', name: 'Rekapitulasi Keluhan Per Jenis Keluhan',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '4', path: '4',
name: 'Rekapitulasi Keluhan Per Tanggal', name: 'Rekapitulasi Keluhan Per Tanggal',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '5', path: '5',
name: 'Rekapitulasi Keluhan Per Unit', name: 'Rekapitulasi Keluhan Per Unit',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '6', path: '6',
name: 'Rekapitulasi Keluhan Berdasarkan Media', name: 'Rekapitulasi Keluhan Berdasarkan Media',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '7', path: '7',
name: 'Rekapitulasi Keluhan Per Kelompok Keluhan', name: 'Rekapitulasi Keluhan Per Kelompok Keluhan',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '8', path: '8',
name: 'Rekapitulasi Rating Per Unit', name: 'Rekapitulasi Rating Per Unit',
component: TestPage, component: EmptyPage,
}, },
], ],
} }
@ -262,47 +262,47 @@ export const routes: RouteRecordRaw[] = [
{ {
path: '1', path: '1',
name: 'Jumlah Kali Gangguan', name: 'Jumlah Kali Gangguan',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '2', path: '2',
name: 'Dispacthing Time (DT) Gangguan', name: 'Dispacthing Time (DT) Gangguan',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '3', path: '3',
name: 'Recovery Time (RCT) Gangguan', name: 'Recovery Time (RCT) Gangguan',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '4', path: '4',
name: 'Response Time (RPT) Gangguan', name: 'Response Time (RPT) Gangguan',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '5', path: '5',
name: 'Jumlah dan Durasi RPT RCT Gangguan', name: 'Jumlah dan Durasi RPT RCT Gangguan',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '6', path: '6',
name: 'Rekapitulasi Gangguan Per Jenis Gangguan', name: 'Rekapitulasi Gangguan Per Jenis Gangguan',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '7', path: '7',
name: 'Rekapitulasi Lapor Ulang Gangguan', name: 'Rekapitulasi Lapor Ulang Gangguan',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '8', path: '8',
name: 'Rekapitulasi ENS Gangguan', name: 'Rekapitulasi ENS Gangguan',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '9', path: '9',
name: 'Rekapitulasi Gangguan Belum Selesai', name: 'Rekapitulasi Gangguan Belum Selesai',
component: TestPage, component: EmptyPage,
}, },
], ],
}, },
@ -319,37 +319,37 @@ export const routes: RouteRecordRaw[] = [
{ {
path: '1', path: '1',
name: 'Jumlah Kali Keluhan', name: 'Jumlah Kali Keluhan',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '2', path: '2',
name: 'Recovery Time (RCT) Keluhan', name: 'Recovery Time (RCT) Keluhan',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '3', path: '3',
name: 'Response Time (RPT) Keluhan', name: 'Response Time (RPT) Keluhan',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '4', path: '4',
name: 'Jumlah dan Durasi RPT RCT Keluhan', name: 'Jumlah dan Durasi RPT RCT Keluhan',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '5', path: '5',
name: 'Rekapitulasi Gangguan Per Jenis Keluhan', name: 'Rekapitulasi Gangguan Per Jenis Keluhan',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '6', path: '6',
name: 'Rekapitulasi Lapor Ulang Keluhan', name: 'Rekapitulasi Lapor Ulang Keluhan',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '7', path: '7',
name: 'Rekapitulasi Keluhan Belum Selesai', name: 'Rekapitulasi Keluhan Belum Selesai',
component: TestPage, component: EmptyPage,
}, },
], ],
}, },
@ -366,22 +366,22 @@ export const routes: RouteRecordRaw[] = [
{ {
path: '1', path: '1',
name: 'Penurunan Jumlah Komplain', name: 'Penurunan Jumlah Komplain',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '2', path: '2',
name: 'Aging Complaint', name: 'Aging Complaint',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '3', path: '3',
name: 'Energy Not Sales (ENS)', name: 'Energy Not Sales (ENS)',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '4', path: '4',
name: 'Kepatuhan dan Akurasi Dalam Pelaporan', name: 'Kepatuhan dan Akurasi Dalam Pelaporan',
component: TestPage, component: EmptyPage,
}, },
], ],
}, },
@ -392,22 +392,22 @@ export const routes: RouteRecordRaw[] = [
{ {
path: '1', path: '1',
name: 'Penurunan Jumlah Komplain', name: 'Penurunan Jumlah Komplain',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '2', path: '2',
name: 'Aging Complaint', name: 'Aging Complaint',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '3', path: '3',
name: 'Energy Not Sales (ENS)', name: 'Energy Not Sales (ENS)',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '4', path: '4',
name: 'Kepatuhan dan Akurasi Dalam Pelaporan', name: 'Kepatuhan dan Akurasi Dalam Pelaporan',
component: TestPage, component: EmptyPage,
}, },
], ],
} }
@ -426,7 +426,7 @@ export const routes: RouteRecordRaw[] = [
{ {
path: '1', path: '1',
name: 'Laporan Check In /Check Out (CICO)', name: 'Laporan Check In /Check Out (CICO)',
component: TestPage, component: EmptyPage,
}, },
], ],
}, },
@ -443,12 +443,12 @@ export const routes: RouteRecordRaw[] = [
{ {
path: '1', path: '1',
name: 'Laporan Anomali Penangan Pengaduan Gangguan Unit', name: 'Laporan Anomali Penangan Pengaduan Gangguan Unit',
component: TestPage, component: EmptyPage,
}, },
{ {
path: '2', path: '2',
name: 'Laporan Anomali Penangan Pengaduan Gangguan Petugas', name: 'Laporan Anomali Penangan Pengaduan Gangguan Petugas',
component: TestPage, component: EmptyPage,
}, },
], ],
}, },
@ -459,7 +459,7 @@ export const routes: RouteRecordRaw[] = [
{ {
path: '1', path: '1',
name: 'Laporan Anomali Penangan Pengaduan Keluhan Unit', name: 'Laporan Anomali Penangan Pengaduan Keluhan Unit',
component: TestPage, component: EmptyPage,
}, },
], ],
}, },
@ -472,7 +472,7 @@ export const routes: RouteRecordRaw[] = [
{ {
path: '1', path: '1',
name: 'Laporan CTT & KWH Periksa', name: 'Laporan CTT & KWH Periksa',
component: TestPage, component: EmptyPage,
}, },
], ],
}, },
@ -487,7 +487,7 @@ export const routes: RouteRecordRaw[] = [
{ {
path: '1', path: '1',
name: 'Daftar Gangguan Dan Material Yang Dipakai', name: 'Daftar Gangguan Dan Material Yang Dipakai',
component: TestPage, component: EmptyPage,
}, },
], ],
}, },
@ -498,7 +498,7 @@ export const routes: RouteRecordRaw[] = [
{ {
path: '1', path: '1',
name: 'Rekapitulasi Pemakaian Material', name: 'Rekapitulasi Pemakaian Material',
component: TestPage, component: EmptyPage,
}, },
], ],
} }
@ -511,7 +511,7 @@ export const routes: RouteRecordRaw[] = [
{ {
path: '1', path: '1',
name: 'Transaksi APKT', name: 'Transaksi APKT',
component: TestPage, component: EmptyPage,
}, },
], ],
}, },
@ -522,7 +522,7 @@ export const routes: RouteRecordRaw[] = [
{ {
path: '1', path: '1',
name: 'Pencarian Report Number', name: 'Pencarian Report Number',
component: TestPage, component: EmptyPage,
} }
] ]
}, },