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

@ -2,5 +2,7 @@ VITE_BASE_URL=http://localhost:5173
VITE_BASE_DIRECTORY=/
VITE_APP_VERSION=0.0.1
VITE_APP_NAME='Executive Information System'
VITE_APP_GRAPHQL_ENDPOINT=http://192.168.191.163:32169/graphql
VITE_APP_REST_ENDPOINT=http://192.168.191.163:32180
VITE_APP_GRAPHQL_ENDPOINT=http://127.0.0.1:32169/graphql
# VITE_APP_REST_ENDPOINT=http://192.168.191.163:32180
# VITE_APP_GRAPHQL_ENDPOINT=http://10.1.50.173:32180/graphql
VITE_APP_REST_ENDPOINT=http://10.1.50.173:32181

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,

View File

@ -194,7 +194,7 @@ export const queries = {
no_telp_pelapor
status_akhir
waktu_lapor
waktu_recovery
waktu_selesai
waktu_response
}
}