Update .env.development and DKeluhan_PLD1K.vue files

This commit is contained in:
rpurnama1409
2024-03-13 11:24:42 +07:00
parent 9dc2dc3c03
commit f46ecdde54
3 changed files with 8 additions and 6 deletions

View File

@ -81,7 +81,7 @@
<DxColumn
:width="170"
alignment="center"
data-field="waktu_recovery"
data-field="waktu_selesai"
caption="Tgl Recovery"
css-class="custom-table-column"
cell-template="formatText"
@ -226,7 +226,7 @@
<div class="flex flex-row items-center justify-between w-full">
<h3 class="text-sm font-medium w-[170px] text-gray-800">Tanggal Recovery:</h3>
<InputText :readonly="true" :value="dataDetail?.waktu_recovery" class-name="flex-1" />
<InputText :readonly="true" :value="dataDetail?.waktu_selesai" class-name="flex-1" />
</div>
<div class="flex flex-row items-center justify-between w-full">
@ -391,7 +391,7 @@ const onExporting = (e: any) => {
item.no_laporan,
item.waktu_lapor,
item.waktu_response,
item.waktu_recovery,
item.waktu_selesai,
item.jumlah_lapor,
item.durasi_response_time,
item.durasi_recovery_time,