Update RGangguan_ALL.vue, Dockerfile, and api.graphql.ts
This commit is contained in:
@ -628,23 +628,31 @@ export const queries = {
|
||||
idUid: $idUid
|
||||
idUp3: $idUp3
|
||||
) {
|
||||
in_process
|
||||
indeks_rating
|
||||
jumlah_non_rating
|
||||
jumlah_rating
|
||||
id
|
||||
nama_regional
|
||||
id_uid
|
||||
nama_uid
|
||||
id_up3
|
||||
nama_up3
|
||||
id_ulp
|
||||
nama_ulp
|
||||
id_posko
|
||||
nama_posko
|
||||
persen_in_process
|
||||
persen_non_rating
|
||||
persen_rating
|
||||
persen_selesai
|
||||
rating_1
|
||||
rating_2
|
||||
rating_3
|
||||
rating_4
|
||||
rating_5
|
||||
regu
|
||||
selesai
|
||||
total
|
||||
total_selesai
|
||||
persen_selesai
|
||||
total_inproses
|
||||
persen_inproses
|
||||
total_rating
|
||||
persen_rating
|
||||
nilai_rating1
|
||||
nilai_rating2
|
||||
nilai_rating3
|
||||
nilai_rating4
|
||||
nilai_rating5
|
||||
indeks_rating
|
||||
total_nonrating
|
||||
persen_nonrating
|
||||
}
|
||||
}
|
||||
`,
|
||||
@ -885,29 +893,27 @@ export const queries = {
|
||||
idUid: $idUid
|
||||
idUp3: $idUp3
|
||||
) {
|
||||
avg_waktu_recovery_mobile_marking
|
||||
avg_waktu_recovery_mobile_nonmarking
|
||||
avg_waktu_recovery_nonmobile_marking
|
||||
avg_waktu_recovery_nonmobile_nonmarking
|
||||
avg_waktu_response_mobile_marking
|
||||
avg_waktu_response_mobile_nonmarking
|
||||
avg_waktu_response_nonmobile_marking
|
||||
avg_waktu_response_nonmobile_nonmarking
|
||||
id
|
||||
id_regu
|
||||
nama_regu
|
||||
kode_regu
|
||||
persen_belum_selesai
|
||||
persen_laporan_mobile_marking
|
||||
persen_laporan_mobile_nonmarking
|
||||
persen_laporan_nonmobile_marking
|
||||
persen_laporan_nonmobile_nonmarking
|
||||
persen_selesai
|
||||
regu
|
||||
total_belum_selesai
|
||||
total_laporan
|
||||
total_laporan_mobile_marking
|
||||
total_laporan_mobile_nonmarking
|
||||
total_laporan_nonmobile_marking
|
||||
total_laporan_nonmobile_nonmarking
|
||||
total
|
||||
total_selesai
|
||||
persen_selesai
|
||||
total_inproses
|
||||
persen_inproses
|
||||
total_mobile_marking
|
||||
total_mobile_nonmarking
|
||||
total_nonmobile_marking
|
||||
total_nonmobile_nonmarking
|
||||
avg_durasi_response_time_mobile_marking
|
||||
avg_durasi_response_time_mobile_nonmarking
|
||||
avg_durasi_response_time_nonmobile_marking
|
||||
avg_durasi_response_time_nonmobile_nonmarking
|
||||
avg_durasi_recovery_time_mobile_marking
|
||||
avg_durasi_recovery_time_mobile_nonmarking
|
||||
avg_durasi_recovery_time_nonmobile_marking
|
||||
avg_durasi_recovery_time_nonmobile_nonmarking
|
||||
}
|
||||
}
|
||||
`,
|
||||
|
Reference in New Issue
Block a user