fix: nama_regu -> nama_petugas in pencarianData
This commit is contained in:
@ -363,6 +363,7 @@ import InputText from '@/components/InputText.vue'
|
||||
import { queries, requestGraphQl } from '@/utils/api/api.graphql'
|
||||
import { exportToPDF, exportToXLSX, exportToDOCX } from '@/report/Gangguan/Daftar/DGangguan_DKPL'
|
||||
import BufferDialog from '@/components/Dialogs/BufferDialog.vue'
|
||||
import { readDataJson } from '@/utils/storage'
|
||||
|
||||
const data = ref<any[]>([])
|
||||
const dataSelected = ref<any>()
|
||||
@ -434,6 +435,8 @@ const reportMeta = ref({
|
||||
})
|
||||
|
||||
onMounted(() => {
|
||||
// console.log(readDataJson('filterPresets'))
|
||||
|
||||
if (import.meta.env.DEV) {
|
||||
data.value = [
|
||||
{
|
||||
|
@ -131,7 +131,7 @@
|
||||
css-class="custom-table-column"
|
||||
:width="170"
|
||||
alignment="center"
|
||||
data-field="nama_regu"
|
||||
data-field="nama_petugas"
|
||||
caption="Petugas"
|
||||
cell-template="formatText"
|
||||
/>
|
||||
@ -223,7 +223,7 @@
|
||||
|
||||
<div class="flex flex-row items-center justify-between w-full">
|
||||
<h3 class="text-sm font-medium w-[170px] text-gray-800">Petugas:</h3>
|
||||
<InputText :readonly="true" :value="dataSelected?.nama_regu" class-name="flex-1" />
|
||||
<InputText :readonly="true" :value="dataSelected?.nama_petugas" class-name="flex-1" />
|
||||
</div>
|
||||
</div>
|
||||
</DetailDialog>
|
||||
|
Reference in New Issue
Block a user