Update Cico and Ctt components
This commit is contained in:
parent
a6562c8b42
commit
2c1bcd989f
@ -1 +1 @@
|
|||||||
export { default as CicoTable1 } from '@/components/Pages/Cico/Table_60.vue'
|
export { default as LaporanCICO } from '@/components/Pages/Cico/LaporanCICO.vue'
|
@ -1 +1 @@
|
|||||||
export { default as CttTable1 } from '@/components/Pages/Ctt/CTT_LaporanCttKwhPeriksa.vue'
|
export { default as LaporanCttKwhPeriksa } from '@/components/Pages/Ctt/CTT_LaporanCttKwhPeriksa.vue'
|
@ -71,9 +71,9 @@ import {
|
|||||||
MonalisaTable8,
|
MonalisaTable8,
|
||||||
MonalisaTable9
|
MonalisaTable9
|
||||||
} from '@/components/Pages/Monalisa'
|
} from '@/components/Pages/Monalisa'
|
||||||
import { CicoTable1 } from '@/components/Pages/Cico'
|
import { LaporanCICO } from '@/components/Pages/Cico'
|
||||||
import { Anomali_LAPPGU, Anomali_LAPPKU, Anomali_LAPPGP } from '@/components/Pages/Anomali'
|
import { Anomali_LAPPGU, Anomali_LAPPKU, Anomali_LAPPGP } from '@/components/Pages/Anomali'
|
||||||
import { CttTable1 } from '@/components/Pages/Ctt'
|
import { LaporanCttKwhPeriksa } from '@/components/Pages/Ctt'
|
||||||
import { MaterialTable1, MaterialTable2 } from '@/components/Pages/Material'
|
import { MaterialTable1, MaterialTable2 } from '@/components/Pages/Material'
|
||||||
import { TransaksiTable1 } from '@/components/Pages/Transaksi'
|
import { TransaksiTable1 } from '@/components/Pages/Transaksi'
|
||||||
import { PencarianDataTable1 } from '@/components/Pages/PencarianData'
|
import { PencarianDataTable1 } from '@/components/Pages/PencarianData'
|
||||||
@ -535,7 +535,7 @@ export const routes: RouteRecordRaw[] = [
|
|||||||
{
|
{
|
||||||
path: '1',
|
path: '1',
|
||||||
name: 'Laporan Check In /Check Out (CICO)',
|
name: 'Laporan Check In /Check Out (CICO)',
|
||||||
component: CicoTable1
|
component: LaporanCICO
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: ':pathMatch(.*)*',
|
path: ':pathMatch(.*)*',
|
||||||
@ -601,7 +601,7 @@ export const routes: RouteRecordRaw[] = [
|
|||||||
{
|
{
|
||||||
path: '1',
|
path: '1',
|
||||||
name: 'Laporan CTT & KWH Periksa',
|
name: 'Laporan CTT & KWH Periksa',
|
||||||
component: CttTable1
|
component: LaporanCttKwhPeriksa
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: ':pathMatch(.*)*',
|
path: ':pathMatch(.*)*',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user