fix error

This commit is contained in:
Dede Fuji Abdul
2024-03-07 22:50:12 +07:00
parent ce38a5711c
commit 11b1dd0cd8
54 changed files with 731 additions and 489 deletions

View File

@@ -190,11 +190,11 @@ import { exportDataGrid as exportToPdf } from 'devextreme/pdf_exporter'
import { exportDataGrid as exportToExcel } from 'devextreme/excel_exporter'
import { saveAs } from 'file-saver'
import { Workbook } from 'exceljs'
import { useQuery } from '@vue/apollo-co mposable'
import { useQuery } from '@vue/apollo-composable'
import { queries } from '@/utils/api/api.graphql'
const position = { of: ' #data' }
const showIndicator = ref(t rue)
const position = { of: '#data' }
const showIndicator = ref(true)
const shading = ref(true)
const showPane = ref(true)
const onExporting = (e: any) => {