Update table columns and data fields in Gangguan and Keluhan components

This commit is contained in:
kur0nek-o
2024-02-29 20:32:57 +07:00
parent ab2844ec63
commit 75673fa297
3 changed files with 21 additions and 8 deletions

View File

@ -63,8 +63,8 @@
<DxColumn
:width="120"
alignment="center"
data-field="kode"
caption="Kode"
data-field="sub_kelompok"
caption="Kelompok"
css-class="custom-table-column"
group-index="0"
/>
@ -398,6 +398,7 @@ const GET_REKAP_JENIS_GANGGUAN = gql`
idUid: $idUid
idUp3: $idUp3
) {
sub_kelompok
avg_durasi_recovery
avg_durasi_response
max_durasi_recovery
@ -486,6 +487,7 @@ const filterData = (params: any) => {
...dataReal.value,
{
no: ++no,
sub_kelompok: item.sub_kelompok,
kode: item.kode,
jenisGangguan: item.tipe_permasalahan,
laporan: {