Merge branch 'dev-bagus' of https://github.com/defuj/eis into dev-defuj

This commit is contained in:
Dede Fuji Abdul
2024-03-15 12:53:32 +07:00
6 changed files with 693 additions and 129 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">