refactor: เพิ่ม id
This commit is contained in:
parent
c910fbf7e7
commit
54927337eb
2 changed files with 217 additions and 155 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue