Update table components and font sizes
This commit is contained in:
@ -74,7 +74,7 @@ import {
|
||||
MonalisaTable9
|
||||
} from '@/components/Pages/Monalisa'
|
||||
import { CicoTable1 } from '@/components/Pages/Cico'
|
||||
import { AnomaliTable1, AnomaliTable2, AnomaliTable3 } from '@/components/Pages/Anomali'
|
||||
import { AnomaliTable1, AnomaliTable2, AnomaliTable3, AnomaliTable5 } from '@/components/Pages/Anomali'
|
||||
import { CttTable1 } from '@/components/Pages/Ctt'
|
||||
import { MaterialTable1, MaterialTable2 } from '@/components/Pages/Material'
|
||||
import { TransaksiTable1 } from '@/components/Pages/Transaksi'
|
||||
@ -568,7 +568,7 @@ export const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
path: '2',
|
||||
name: 'Laporan Anomali Penangan Pengaduan Gangguan Petugas',
|
||||
component: AnomaliTable2,
|
||||
component: AnomaliTable3,
|
||||
},
|
||||
{
|
||||
path: ':pathMatch(.*)*',
|
||||
@ -583,7 +583,7 @@ export const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
path: '1',
|
||||
name: 'Laporan Anomali Penangan Pengaduan Keluhan Unit',
|
||||
component: AnomaliTable3,
|
||||
component: AnomaliTable5,
|
||||
},
|
||||
{
|
||||
path: ':pathMatch(.*)*',
|
||||
|
Reference in New Issue
Block a user