change file name and directory network.ts n graphql
This commit is contained in:
@ -151,9 +151,11 @@
|
||||
{{ parseInt(data.text) ? formatWaktu(data.text) : '-' }}
|
||||
</p>
|
||||
</template>
|
||||
|
||||
<template #percent="{ data }">
|
||||
<p>{{ data.text }}%</p>
|
||||
</template>
|
||||
|
||||
<template #cell-left="{ data }">
|
||||
<p class="text-left">
|
||||
{{ data.text }}
|
||||
@ -187,9 +189,9 @@ 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-composable'
|
||||
import { queries } from '@/utils/graphql'
|
||||
const position = { of: '#data' }
|
||||
import { useQuery } from '@vue/apollo-composable'
|
||||
import { queries } from '@/ utils/graphql'
|
||||
const position = { of : '#data' }
|
||||
const showIndicator = ref(true)
|
||||
const shading = ref(true)
|
||||
const showPane = ref(true)
|
||||
@ -266,3 +268,4 @@ const filterData = (params: any) => {
|
||||
})
|
||||
}
|
||||
</script>
|
||||
@/utils/api/graphql
|
Reference in New Issue
Block a user