Update cell-template from "formatTime" to "formatText" in RKeluhan_ALL.vue, RKeluhan_BerdasarMedia.vue, RKeluhan_PerJenisKeluhan.vue, RKeluhan_PerTanggal.vue, and RKeluhan_PerUnit.vue
This commit is contained in:
parent
bf9a6ff23c
commit
efb3d21fd8
@ -583,7 +583,7 @@
|
|||||||
caption="Status"
|
caption="Status"
|
||||||
:allow-resizing="false"
|
:allow-resizing="false"
|
||||||
css-class="custom-table-column"
|
css-class="custom-table-column"
|
||||||
cell-template="formatTime"
|
cell-template="formatText"
|
||||||
/>
|
/>
|
||||||
<DxColumn
|
<DxColumn
|
||||||
:width="150"
|
:width="150"
|
||||||
|
@ -223,7 +223,7 @@
|
|||||||
caption="Status"
|
caption="Status"
|
||||||
:allow-resizing="false"
|
:allow-resizing="false"
|
||||||
css-class="custom-table-column"
|
css-class="custom-table-column"
|
||||||
cell-template="formatTime"
|
cell-template="formatText"
|
||||||
/>
|
/>
|
||||||
<DxColumn
|
<DxColumn
|
||||||
:width="150"
|
:width="150"
|
||||||
|
@ -736,7 +736,7 @@
|
|||||||
caption="Status"
|
caption="Status"
|
||||||
:allow-resizing="false"
|
:allow-resizing="false"
|
||||||
css-class="custom-table-column"
|
css-class="custom-table-column"
|
||||||
cell-template="formatTime"
|
cell-template="formatText"
|
||||||
/>
|
/>
|
||||||
<DxColumn
|
<DxColumn
|
||||||
:width="150"
|
:width="150"
|
||||||
|
@ -583,7 +583,7 @@
|
|||||||
caption="Status"
|
caption="Status"
|
||||||
:allow-resizing="false"
|
:allow-resizing="false"
|
||||||
css-class="custom-table-column"
|
css-class="custom-table-column"
|
||||||
cell-template="formatTime"
|
cell-template="formatText"
|
||||||
/>
|
/>
|
||||||
<DxColumn
|
<DxColumn
|
||||||
:width="150"
|
:width="150"
|
||||||
|
@ -736,7 +736,7 @@
|
|||||||
caption="Status"
|
caption="Status"
|
||||||
:allow-resizing="false"
|
:allow-resizing="false"
|
||||||
css-class="custom-table-column"
|
css-class="custom-table-column"
|
||||||
cell-template="formatTime"
|
cell-template="formatText"
|
||||||
/>
|
/>
|
||||||
<DxColumn
|
<DxColumn
|
||||||
:width="150"
|
:width="150"
|
||||||
|
@ -2647,6 +2647,7 @@ export const queries = {
|
|||||||
durasi_dispatch_time
|
durasi_dispatch_time
|
||||||
durasi_response_time
|
durasi_response_time
|
||||||
durasi_recovery_time
|
durasi_recovery_time
|
||||||
|
durasi_perjalanan_time
|
||||||
status_akhir
|
status_akhir
|
||||||
is_marking
|
is_marking
|
||||||
referensi_marking
|
referensi_marking
|
||||||
@ -2704,6 +2705,7 @@ export const queries = {
|
|||||||
durasi_dispatch_time
|
durasi_dispatch_time
|
||||||
durasi_response_time
|
durasi_response_time
|
||||||
durasi_recovery_time
|
durasi_recovery_time
|
||||||
|
durasi_perjalanan_time
|
||||||
status_akhir
|
status_akhir
|
||||||
is_marking
|
is_marking
|
||||||
referensi_marking
|
referensi_marking
|
||||||
|
Loading…
x
Reference in New Issue
Block a user