Update RGangguan_ALL.vue, Dockerfile, and api.graphql.ts

This commit is contained in:
Dede Fuji Abdul
2024-03-13 05:59:51 +07:00
parent ae33b9b3a6
commit 9dc2dc3c03
5 changed files with 1525 additions and 197 deletions

View File

@@ -509,7 +509,7 @@
<div class="p-4 bg-white rounded-xl lg:mr-4">
<DxDataGrid
class="max-h-[calc(100vh-140px)]"
:data-source="dummyData.gangguan.rekap.detailGangguan"
:data-source="dataSub"
:show-column-lines="true"
:show-row-lines="false"
:show-borders="true"
@@ -550,9 +550,7 @@
css-class="custom-table-column"
:width="50"
alignment="center"
:calculateCellValue="
(item: any) => dummyData.gangguan.rekap.detailGangguan.findIndex((i) => i == item) + 1
"
:calculateCellValue="(item: any) => dataSub.findIndex((i) => i == item) + 1"
data-type="number"
caption="No"
cell-template="formatNumber"