refactor: เพิ่ม id

This commit is contained in:
Net 2024-07-18 14:18:16 +07:00
parent c910fbf7e7
commit 54927337eb
2 changed files with 217 additions and 155 deletions

View file

@ -1678,6 +1678,8 @@ watch([inputSearch, currentStatus], async () => {
style="white-space: nowrap"
>
<q-select
id="select-status"
for="select-status"
v-model="currentStatus"
outlined
dense
@ -1694,8 +1696,8 @@ watch([inputSearch, currentStatus], async () => {
]"
></q-select>
<q-select
v-if="modeView === false"
id="select-field"
v-if="modeView === false"
for="select-field"
class="q-mx-sm col"
:options="
@ -1729,6 +1731,7 @@ watch([inputSearch, currentStatus], async () => {
>
<template v-slot:folder>
<q-icon
id="icon-mode-grid"
name="mdi-view-grid-outline"
size="16px"
class="q-px-sm q-py-xs rounded"
@ -1745,6 +1748,7 @@ watch([inputSearch, currentStatus], async () => {
</template>
<template v-slot:list>
<q-icon
id="icon-mode-list"
name="mdi-format-list-bulleted"
class="q-px-sm q-py-xs rounded"
size="16px"