fix value recovery time SLA

This commit is contained in:
Dede Fuji Abdul 2024-03-04 19:52:39 +07:00
parent e7fecec6a0
commit 55187b01e7
2 changed files with 7 additions and 1 deletions

View File

@ -1521,6 +1521,10 @@ body {
display: inline-flex; display: inline-flex;
} }
.table {
display: table;
}
.grid { .grid {
display: grid; display: grid;
} }

View File

@ -12,7 +12,7 @@
{ {
id: 2, id: 2,
name: 'Melebihi SLA (> 3 Jam)', name: 'Melebihi SLA (> 3 Jam)',
min: '1', min: '180',
max: `${99999 * 60 * 24}` max: `${99999 * 60 * 24}`
} }
]" ]"
@ -211,6 +211,8 @@ const data = ref<any[]>([])
const filterData = (params: any) => { const filterData = (params: any) => {
const { minTime, maxTime, posko, uid, up3 } = params const { minTime, maxTime, posko, uid, up3 } = params
console.table(params);
const dateValue = params.periode.split(' s/d ') const dateValue = params.periode.split(' s/d ')
refetch({ refetch({
dateFrom: dateValue[0] dateFrom: dateValue[0]