Refactor grouping logic in RGangguan_PerTanggal.vue and add new fields to api.graphql.ts
This commit is contained in:
parent
bbd7b03288
commit
d5cfdaf914
@ -49,7 +49,7 @@
|
||||
caption="No"
|
||||
cell-template="formatNumber"
|
||||
/>
|
||||
<!-- <DxColumn
|
||||
<DxColumn
|
||||
v-if="grouping.length > 0"
|
||||
v-for="(group, index) in grouping"
|
||||
:width="150"
|
||||
@ -59,24 +59,6 @@
|
||||
css-class="custom-table-column"
|
||||
cell-template="formatText"
|
||||
:group-index="index"
|
||||
/> -->
|
||||
<DxColumn
|
||||
:width="120"
|
||||
alignment="center"
|
||||
data-field="nama_uid"
|
||||
caption="UID"
|
||||
css-class="custom-table-column"
|
||||
group-index="0"
|
||||
v-if="isGroupBy"
|
||||
/>
|
||||
<DxColumn
|
||||
:width="120"
|
||||
alignment="center"
|
||||
data-field=""
|
||||
caption="Seluruh Unit"
|
||||
css-class="custom-table-column"
|
||||
group-index="0"
|
||||
v-else
|
||||
/>
|
||||
<DxColumn
|
||||
:width="170"
|
||||
|
@ -1030,6 +1030,12 @@ export const queries = {
|
||||
) {
|
||||
id_uid
|
||||
nama_uid
|
||||
id_up3
|
||||
nama_up3
|
||||
id_ulp
|
||||
nama_ulp
|
||||
id_posko
|
||||
nama_posko
|
||||
avg_durasi_recovery
|
||||
avg_durasi_response
|
||||
max_durasi_recovery
|
||||
|
Loading…
x
Reference in New Issue
Block a user