refactor(ui report): remove unused code and clean up
This commit is contained in:
parent
db4df70a83
commit
24c307e076
3 changed files with 0 additions and 69 deletions
|
|
@ -876,43 +876,6 @@ onMounted(() => {
|
|||
</div>
|
||||
</q-form>
|
||||
|
||||
<q-card flat bordered>
|
||||
<q-card-section class="q-gutter-y-sm">
|
||||
<q-toolbar style="padding: 0">
|
||||
<div class="row q-gutter-sm"></div>
|
||||
|
||||
<q-space />
|
||||
</q-toolbar>
|
||||
<q-toolbar
|
||||
class="q-pa-sm bg-grey-2"
|
||||
style="padding: 0; border-radius: 5px"
|
||||
v-if="typeReport"
|
||||
>
|
||||
<div
|
||||
class="row q-gutter-sm"
|
||||
v-if="
|
||||
typeReport === 'KPI1' ||
|
||||
typeReport === 'KPI2' ||
|
||||
typeReport === 'KPI3' ||
|
||||
typeReport === 'KPI7' ||
|
||||
typeReport === 'KPI8' ||
|
||||
typeReport === 'KPI9'
|
||||
"
|
||||
></div>
|
||||
|
||||
<div
|
||||
class="q-pa-sm"
|
||||
v-if="
|
||||
typeReport === 'KPI4' ||
|
||||
typeReport === 'KPI5' ||
|
||||
typeReport === 'KPI6' ||
|
||||
typeReport === 'KPI8'
|
||||
"
|
||||
></div>
|
||||
</q-toolbar>
|
||||
</q-card-section>
|
||||
</q-card>
|
||||
|
||||
<q-dialog v-model="modal" persistent>
|
||||
<q-card style="width: 1000px; max-width: 100vw">
|
||||
<DialogHeader :tittle="'เลือกราชชื่อ'" :close="onCloseModal" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue