fix: durasi in keluhan response and recovery time

This commit is contained in:
kur0nek-o
2024-03-15 12:51:38 +07:00
parent 57db0ecdbd
commit cab86324c6
5 changed files with 266 additions and 68 deletions

View File

@ -1,6 +1,22 @@
<template>
<Filters @reset-form="data = []" @run-search="() => filterData(filters)" class="mb-4">
<Type11 @update:filters="(value) => (filters = value)" />
<Type11
@update:filters="(value) => (filters = value)"
:sla-options="[
{
id: 1,
name: 'Dibawah / Sesuai SLA (<= 3 hari)',
min: '1',
max: '4320'
},
{
id: 2,
name: 'Melebihi SLA (> 3 hari)',
min: '46',
max: `${99999 * 60 * 24}`
}
]"
/>
</Filters>
<div id="data">

View File

@ -1,6 +1,22 @@
<template>
<Filters @reset-form="data = []" @run-search="() => filterData(filters)" class="mb-4">
<Type11 @update:filters="(value) => (filters = value)" />
<Type11
@update:filters="(value) => (filters = value)"
:sla-options="[
{
id: 1,
name: 'Dibawah / Sesuai SLA (<= 1 hari)',
min: '1',
max: '1440'
},
{
id: 2,
name: 'Melebihi SLA (> 1 hari)',
min: '46',
max: `${99999 * 60 * 24}`
}
]"
/>
</Filters>
<div id="data">