Add additional fields to queries in api.graphql.ts
This commit is contained in:
parent
f09be73cf1
commit
fc7e259976
@ -53,7 +53,7 @@
|
||||
caption="No"
|
||||
cell-template="formatNumber"
|
||||
/>
|
||||
<!-- <DxColumn
|
||||
<DxColumn
|
||||
:width="120"
|
||||
alignment="center"
|
||||
data-field="nama_uid"
|
||||
@ -62,7 +62,7 @@
|
||||
:group-index="0"
|
||||
name="NamaUID"
|
||||
v-if="filters.groupBy"
|
||||
/> -->
|
||||
/>
|
||||
<DxColumn
|
||||
:width="170"
|
||||
alignment="center"
|
||||
@ -874,7 +874,268 @@ const filters = ref({ groupBy: false })
|
||||
|
||||
onMounted(() => {
|
||||
if (import.meta.env.DEV) {
|
||||
data.value = dummyData.keluhan.rekap.rekapitulasiKeluhanPenyelesaianPerFungsiBidang
|
||||
data.value = [
|
||||
{
|
||||
"id": 0,
|
||||
"nama_regional": "REGIONAL SUMKAL",
|
||||
"id_uid": 131,
|
||||
"nama_uid": "WILAYAH SUMATERA BARAT",
|
||||
"id_up3": 13100,
|
||||
"nama_up3": "UP3 PADANG",
|
||||
"id_ulp": 13105,
|
||||
"nama_ulp": "ULP LUBUK ALUNG",
|
||||
"fungsi_bidang": "Proses PD/TD, belum ada realisasinya ",
|
||||
"total": 1,
|
||||
"total_selesai": 1,
|
||||
"persen_selesai": 100,
|
||||
"total_inproses": 0,
|
||||
"persen_inproses": 0,
|
||||
"avg_durasi_response": 983,
|
||||
"min_durasi_response": 983,
|
||||
"max_durasi_response": 983,
|
||||
"total_dibawah_sla_response": 1,
|
||||
"total_diatas_sla_response": 0,
|
||||
"avg_durasi_recovery": 1373,
|
||||
"min_durasi_recovery": 1373,
|
||||
"max_durasi_recovery": 1373,
|
||||
"total_dibawah_sla_recovery": 1,
|
||||
"total_diatas_sla_recovery": 0
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"nama_regional": "REGIONAL SUMKAL",
|
||||
"id_uid": 131,
|
||||
"nama_uid": "WILAYAH SUMATERA BARAT",
|
||||
"id_up3": 13100,
|
||||
"nama_up3": "UP3 PADANG",
|
||||
"id_ulp": 13107,
|
||||
"nama_ulp": "ULP PAINAN",
|
||||
"fungsi_bidang": "Drop Tegangan ",
|
||||
"total": 1,
|
||||
"total_selesai": 1,
|
||||
"persen_selesai": 100,
|
||||
"total_inproses": 0,
|
||||
"persen_inproses": 0,
|
||||
"avg_durasi_response": 2228,
|
||||
"min_durasi_response": 2228,
|
||||
"max_durasi_response": 2228,
|
||||
"total_dibawah_sla_response": 0,
|
||||
"total_diatas_sla_response": 1,
|
||||
"avg_durasi_recovery": 2347,
|
||||
"min_durasi_recovery": 2347,
|
||||
"max_durasi_recovery": 2347,
|
||||
"total_dibawah_sla_recovery": 1,
|
||||
"total_diatas_sla_recovery": 0
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"nama_regional": "REGIONAL SUMKAL",
|
||||
"id_uid": 131,
|
||||
"nama_uid": "WILAYAH SUMATERA BARAT",
|
||||
"id_up3": 13100,
|
||||
"nama_up3": "UP3 PADANG",
|
||||
"id_ulp": 13104,
|
||||
"nama_ulp": "ULP PARIAMAN",
|
||||
"fungsi_bidang": "Kondisi Jaringan Listrik ",
|
||||
"total": 4,
|
||||
"total_selesai": 3,
|
||||
"persen_selesai": 75,
|
||||
"total_inproses": 1,
|
||||
"persen_inproses": 25,
|
||||
"avg_durasi_response": 772.6666666666666,
|
||||
"min_durasi_response": 171,
|
||||
"max_durasi_response": 1701,
|
||||
"total_dibawah_sla_response": 2,
|
||||
"total_diatas_sla_response": 1,
|
||||
"avg_durasi_recovery": 3476,
|
||||
"min_durasi_recovery": 2824,
|
||||
"max_durasi_recovery": 3968,
|
||||
"total_dibawah_sla_recovery": 4,
|
||||
"total_diatas_sla_recovery": 0
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"nama_regional": "REGIONAL SUMKAL",
|
||||
"id_uid": 131,
|
||||
"nama_uid": "WILAYAH SUMATERA BARAT",
|
||||
"id_up3": 13100,
|
||||
"nama_up3": "UP3 PADANG",
|
||||
"id_ulp": 13103,
|
||||
"nama_ulp": "ULP INDARUNG",
|
||||
"fungsi_bidang": "Alat Pembatas tidak berfungsi ",
|
||||
"total": 25,
|
||||
"total_selesai": 15,
|
||||
"persen_selesai": 60,
|
||||
"total_inproses": 10,
|
||||
"persen_inproses": 40,
|
||||
"avg_durasi_response": 1419,
|
||||
"min_durasi_response": 109,
|
||||
"max_durasi_response": 4384,
|
||||
"total_dibawah_sla_response": 10,
|
||||
"total_diatas_sla_response": 5,
|
||||
"avg_durasi_recovery": 4791.6,
|
||||
"min_durasi_recovery": 10,
|
||||
"max_durasi_recovery": 21118,
|
||||
"total_dibawah_sla_recovery": 17,
|
||||
"total_diatas_sla_recovery": 8
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"nama_regional": "REGIONAL SUMKAL",
|
||||
"id_uid": 131,
|
||||
"nama_uid": "WILAYAH SUMATERA BARAT",
|
||||
"id_up3": 13100,
|
||||
"nama_up3": "UP3 PADANG",
|
||||
"id_ulp": 13105,
|
||||
"nama_ulp": "ULP LUBUK ALUNG",
|
||||
"fungsi_bidang": "PD",
|
||||
"total": 2,
|
||||
"total_selesai": 2,
|
||||
"persen_selesai": 100,
|
||||
"total_inproses": 0,
|
||||
"persen_inproses": 0,
|
||||
"avg_durasi_response": 8920.5,
|
||||
"min_durasi_response": 790,
|
||||
"max_durasi_response": 17051,
|
||||
"total_dibawah_sla_response": 1,
|
||||
"total_diatas_sla_response": 1,
|
||||
"avg_durasi_recovery": 13781.5,
|
||||
"min_durasi_recovery": 6068,
|
||||
"max_durasi_recovery": 21495,
|
||||
"total_dibawah_sla_recovery": 0,
|
||||
"total_diatas_sla_recovery": 2
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"nama_regional": "REGIONAL SUMKAL",
|
||||
"id_uid": 131,
|
||||
"nama_uid": "WILAYAH SUMATERA BARAT",
|
||||
"id_up3": 13100,
|
||||
"nama_up3": "UP3 PADANG",
|
||||
"id_ulp": 13106,
|
||||
"nama_ulp": "ULP SICINCIN",
|
||||
"fungsi_bidang": "Alat Pembatas tidak berfungsi ",
|
||||
"total": 11,
|
||||
"total_selesai": 0,
|
||||
"persen_selesai": 0,
|
||||
"total_inproses": 11,
|
||||
"persen_inproses": 100,
|
||||
"avg_durasi_response": 828.25,
|
||||
"min_durasi_response": 387,
|
||||
"max_durasi_response": 1237,
|
||||
"total_dibawah_sla_response": 4,
|
||||
"total_diatas_sla_response": 0,
|
||||
"avg_durasi_recovery": 2622.181818181818,
|
||||
"min_durasi_recovery": 480,
|
||||
"max_durasi_recovery": 15205,
|
||||
"total_dibawah_sla_recovery": 10,
|
||||
"total_diatas_sla_recovery": 1
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"nama_regional": "REGIONAL SUMKAL",
|
||||
"id_uid": 131,
|
||||
"nama_uid": "WILAYAH SUMATERA BARAT",
|
||||
"id_up3": 13100,
|
||||
"nama_up3": "UP3 PADANG",
|
||||
"id_ulp": 13103,
|
||||
"nama_ulp": "ULP INDARUNG",
|
||||
"fungsi_bidang": "Tidak bisa beli Token ",
|
||||
"total": 1,
|
||||
"total_selesai": 1,
|
||||
"persen_selesai": 100,
|
||||
"total_inproses": 0,
|
||||
"persen_inproses": 0,
|
||||
"avg_durasi_response": 5442,
|
||||
"min_durasi_response": 5442,
|
||||
"max_durasi_response": 5442,
|
||||
"total_dibawah_sla_response": 0,
|
||||
"total_diatas_sla_response": 1,
|
||||
"avg_durasi_recovery": 9759,
|
||||
"min_durasi_recovery": 9759,
|
||||
"max_durasi_recovery": 9759,
|
||||
"total_dibawah_sla_recovery": 0,
|
||||
"total_diatas_sla_recovery": 1
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"nama_regional": "REGIONAL SUMKAL",
|
||||
"id_uid": 131,
|
||||
"nama_uid": "WILAYAH SUMATERA BARAT",
|
||||
"id_up3": 13100,
|
||||
"nama_up3": "UP3 PADANG",
|
||||
"id_ulp": 13102,
|
||||
"nama_ulp": "ULP TABING",
|
||||
"fungsi_bidang": "Kondisi Jaringan Listrik ",
|
||||
"total": 13,
|
||||
"total_selesai": 4,
|
||||
"persen_selesai": 30.76923076923077,
|
||||
"total_inproses": 9,
|
||||
"persen_inproses": 69.23076923076923,
|
||||
"avg_durasi_response": 5249.461538461538,
|
||||
"min_durasi_response": 300,
|
||||
"max_durasi_response": 22739,
|
||||
"total_dibawah_sla_response": 5,
|
||||
"total_diatas_sla_response": 8,
|
||||
"avg_durasi_recovery": 7872.384615384615,
|
||||
"min_durasi_recovery": 594,
|
||||
"max_durasi_recovery": 32933,
|
||||
"total_dibawah_sla_recovery": 7,
|
||||
"total_diatas_sla_recovery": 6
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"nama_regional": "REGIONAL SUMKAL",
|
||||
"id_uid": 131,
|
||||
"nama_uid": "WILAYAH SUMATERA BARAT",
|
||||
"id_up3": 13100,
|
||||
"nama_up3": "UP3 PADANG",
|
||||
"id_ulp": 13102,
|
||||
"nama_ulp": "ULP TABING",
|
||||
"fungsi_bidang": "PTL Sering Padam ",
|
||||
"total": 1,
|
||||
"total_selesai": 0,
|
||||
"persen_selesai": 0,
|
||||
"total_inproses": 1,
|
||||
"persen_inproses": 100,
|
||||
"avg_durasi_response": 28613,
|
||||
"min_durasi_response": 28613,
|
||||
"max_durasi_response": 28613,
|
||||
"total_dibawah_sla_response": 0,
|
||||
"total_diatas_sla_response": 1,
|
||||
"avg_durasi_recovery": 37937,
|
||||
"min_durasi_recovery": 37937,
|
||||
"max_durasi_recovery": 37937,
|
||||
"total_dibawah_sla_recovery": 0,
|
||||
"total_diatas_sla_recovery": 1
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"nama_regional": "REGIONAL SUMKAL",
|
||||
"id_uid": 131,
|
||||
"nama_uid": "WILAYAH SUMATERA BARAT",
|
||||
"id_up3": 13100,
|
||||
"nama_up3": "UP3 PADANG",
|
||||
"id_ulp": 13112,
|
||||
"nama_ulp": "ULP KURANJI",
|
||||
"fungsi_bidang": "Alat Ukur Paskabayar tidak berfungsi ",
|
||||
"total": 1,
|
||||
"total_selesai": 1,
|
||||
"persen_selesai": 100,
|
||||
"total_inproses": 0,
|
||||
"persen_inproses": 0,
|
||||
"avg_durasi_response": 2264,
|
||||
"min_durasi_response": 2264,
|
||||
"max_durasi_response": 2264,
|
||||
"total_dibawah_sla_response": 0,
|
||||
"total_diatas_sla_response": 1,
|
||||
"avg_durasi_recovery": 3300,
|
||||
"min_durasi_recovery": 3300,
|
||||
"max_durasi_recovery": 3300,
|
||||
"total_dibawah_sla_recovery": 1,
|
||||
"total_diatas_sla_recovery": 0
|
||||
},
|
||||
]
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
@ -464,10 +464,16 @@ export const queries = {
|
||||
idUid: $idUid
|
||||
idUp3: $idUp3
|
||||
) {
|
||||
id
|
||||
nama_regional
|
||||
id_uid
|
||||
nama_uid
|
||||
id_up3
|
||||
nama_up3
|
||||
id_ulp
|
||||
nama_ulp
|
||||
fungsi_bidang
|
||||
total
|
||||
total_durasi_response
|
||||
total_durasi_recovery
|
||||
total_selesai
|
||||
persen_selesai
|
||||
total_inproses
|
||||
|
Loading…
x
Reference in New Issue
Block a user