Add showDetail flag to Table_67.vue
This commit is contained in:
parent
87135ec5a6
commit
05946bfd33
@ -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') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user