Add showDetail flag to Table_67.vue

This commit is contained in:
Eko Haryadi 2024-02-24 15:46:53 +07:00
parent 87135ec5a6
commit 05946bfd33

View File

@ -171,6 +171,7 @@ const shading = ref(true)
const showPane = ref(true)
const dataDetail = ref<any>()
const data = ref<any[]>([])
const showDetail = ref(false)
const onExporting = (e: any) => {
if (e.format === 'pdf') {