Remove console.log statement in DGangguan_MLD1K.vue

This commit is contained in:
Dede Fuji Abdul
2024-03-30 21:08:41 +07:00
parent 877ef5f944
commit eeb4a3be40
2 changed files with 201 additions and 42 deletions

View File

@ -474,8 +474,6 @@ const reportMeta = ref({
})
const setDetailType = (columnCaption: string) => {
console.log('Column Caption', columnCaption)
if (columnCaption == 'Jml Lapor') {
detailType.value = 'table'
} else {