Monalisa Fix Column Name
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
|
||||
<DxColumn
|
||||
alignment="center"
|
||||
:caption="`s.d ${getMonthName(currentMonth - 1)} ${lastYear}`"
|
||||
:caption="`${getMonthNameShort(currentMonth)} ${lastYear}`"
|
||||
css-class="custom-table-column"
|
||||
>
|
||||
<DxColumn
|
||||
@@ -150,7 +150,7 @@
|
||||
|
||||
<DxColumn
|
||||
alignment="center"
|
||||
:caption="`s.d ${getMonthName(currentMonth - 1)} ${currentYear}`"
|
||||
:caption="`${getMonthNameShort(currentMonth)} ${currentYear}`"
|
||||
css-class="custom-table-column"
|
||||
>
|
||||
<DxColumn
|
||||
@@ -988,7 +988,7 @@ import { exportDataGrid as exportToExcel } from 'devextreme/excel_exporter'
|
||||
import { saveAs } from 'file-saver'
|
||||
import { Workbook } from 'exceljs'
|
||||
import { useQuery } from '@vue/apollo-composable'
|
||||
import { getMonthName } from '@/utils/texts'
|
||||
import { getMonthNameShort } from '@/utils/texts'
|
||||
import { queries } from '@/utils/api/api.graphql'
|
||||
import { formatNumber, formatPercentage, isNumber } from '@/utils/numbers'
|
||||
import DetailDialog from '@/components/Dialogs/DetailDialog.vue'
|
||||
@@ -1136,7 +1136,7 @@ const filterData = (params: any) => {
|
||||
|
||||
onMounted(() => {
|
||||
if (import.meta.env.DEV) {
|
||||
getMonthName(filters.value.bulan.id)
|
||||
getMonthNameShort(filters.value.bulan.id)
|
||||
|
||||
data.value = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user