fix: daftar gangguan melapor lebih dari 1 kali

This commit is contained in:
kur0nek-o
2024-04-26 10:58:53 +07:00
parent 0b6fff0d83
commit 2482d39d18
4 changed files with 8 additions and 6 deletions

View File

@@ -513,6 +513,8 @@ const showDetail = () => {
dataSubSelected.value = null
if (detailType.value == 'table') {
getDetail()
} else {
dialogDetail.value = true
}
}

View File

@@ -457,22 +457,22 @@ export const routes: RouteRecordRaw[] = [
children: [
{
path: '1',
name: 'Penurunan Jumlah Komplain',
name: 'Penurunan Jumlah Komplain ',
component: MonalisaLBPenurunanJumlahKomplain
},
{
path: '2',
name: 'Aging Complaint',
name: 'Aging Complaint ',
component: MonalisaLBAgingComplaint
},
{
path: '3',
name: 'Energy Not Sales (ENS)',
name: 'Energy Not Sales (ENS) ',
component: MonalisaLBEnergyNotSales
},
{
path: '4',
name: 'Kepatuhan dan Akurasi Dalam Pelaporan',
name: 'Kepatuhan dan Akurasi Dalam Pelaporan ',
component: MonalisaLBKADDalamPelaporan
},
{