no message
This commit is contained in:
parent
8d74bafb4f
commit
5097e23ebc
1 changed files with 10 additions and 1 deletions
|
|
@ -30,6 +30,7 @@ const { filterFn, searchDataFn } = workStore;
|
|||
}}</template>
|
||||
<template #trigger>
|
||||
<q-input
|
||||
for="selectDate"
|
||||
dense
|
||||
outlined
|
||||
lazy-rules
|
||||
|
|
@ -51,6 +52,7 @@ const { filterFn, searchDataFn } = workStore;
|
|||
</div>
|
||||
<div class="col-3">
|
||||
<q-select
|
||||
for="selectStatus"
|
||||
emit-value
|
||||
map-options
|
||||
outlined
|
||||
|
|
@ -75,10 +77,17 @@ const { filterFn, searchDataFn } = workStore;
|
|||
</div>
|
||||
<q-space />
|
||||
<div class="col-2">
|
||||
<q-input dense outlined v-model="workStore.filterTable" label="ค้นหา" />
|
||||
<q-input
|
||||
for="filterTable"
|
||||
dense
|
||||
outlined
|
||||
v-model="workStore.filterTable"
|
||||
label="ค้นหา"
|
||||
/>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<q-select
|
||||
for="visibleColumns"
|
||||
v-model="workStore.visibleColumns"
|
||||
multiple
|
||||
outlined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue