Update Material component imports
This commit is contained in:
parent
2c1bcd989f
commit
1f71d22f28
@ -1,2 +1,2 @@
|
||||
export { default as MaterialTable1 } from '@/components/Pages/Material/Daftar/Material_DGMYG.vue'
|
||||
export { default as MaterialTable2 } from '@/components/Pages/Material/Rekap/Material_RPM.vue'
|
||||
export { default as MaterialDGMYG } from '@/components/Pages/Material/Daftar/Material_DGMYG.vue'
|
||||
export { default as MaterialRPM } from '@/components/Pages/Material/Rekap/Material_RPM.vue'
|
@ -74,7 +74,7 @@ import {
|
||||
import { LaporanCICO } from '@/components/Pages/Cico'
|
||||
import { Anomali_LAPPGU, Anomali_LAPPKU, Anomali_LAPPGP } from '@/components/Pages/Anomali'
|
||||
import { LaporanCttKwhPeriksa } from '@/components/Pages/Ctt'
|
||||
import { MaterialTable1, MaterialTable2 } from '@/components/Pages/Material'
|
||||
import { MaterialDGMYG, MaterialRPM } from '@/components/Pages/Material'
|
||||
import { TransaksiTable1 } from '@/components/Pages/Transaksi'
|
||||
import { PencarianDataTable1 } from '@/components/Pages/PencarianData'
|
||||
|
||||
@ -620,7 +620,7 @@ export const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
path: '1',
|
||||
name: 'Daftar Gangguan Dan Material Yang Dipakai',
|
||||
component: MaterialTable1
|
||||
component: MaterialDGMYG
|
||||
},
|
||||
{
|
||||
path: ':pathMatch(.*)*',
|
||||
@ -635,7 +635,7 @@ export const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
path: '1',
|
||||
name: 'Rekapitulasi Pemakaian Material',
|
||||
component: MaterialTable2
|
||||
component: MaterialRPM
|
||||
},
|
||||
{
|
||||
path: ':pathMatch(.*)*',
|
||||
|
Loading…
x
Reference in New Issue
Block a user