Refactor grouping logic in RGangguan_PerTanggal.vue and add new fields to api.graphql.ts
This commit is contained in:
		| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user