เพิ่ม id ระบบ วินัย ส่วนเรื่องร้องเรียนและออกคำสั่งลงโทษทางวินัย
This commit is contained in:
parent
752332faab
commit
c602ca401b
6 changed files with 131 additions and 115 deletions
|
|
@ -10,6 +10,7 @@ const { searchDataFn, filterOption } = leaveStore;
|
|||
<q-toolbar style="padding: 0" class="q-gutter-sm q-mb-sm">
|
||||
<div class="col-2">
|
||||
<q-select
|
||||
for="selectYear"
|
||||
emit-value
|
||||
map-options
|
||||
outlined
|
||||
|
|
@ -23,6 +24,7 @@ const { searchDataFn, filterOption } = leaveStore;
|
|||
</div>
|
||||
<div class="col-3">
|
||||
<q-select
|
||||
for="selectType"
|
||||
emit-value
|
||||
map-options
|
||||
outlined
|
||||
|
|
@ -50,6 +52,7 @@ const { searchDataFn, filterOption } = leaveStore;
|
|||
</div>
|
||||
<div class="col-2">
|
||||
<q-select
|
||||
for="selectStatus"
|
||||
v-if="leaveStore.tab == '2'"
|
||||
emit-value
|
||||
map-options
|
||||
|
|
@ -72,10 +75,17 @@ const { searchDataFn, filterOption } = leaveStore;
|
|||
</div>
|
||||
<q-space />
|
||||
<div class="col-2">
|
||||
<q-input dense outlined v-model="leaveStore.filterTable" label="ค้นหา" />
|
||||
<q-input
|
||||
for="filterTable"
|
||||
dense
|
||||
outlined
|
||||
v-model="leaveStore.filterTable"
|
||||
label="ค้นหา"
|
||||
/>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<q-select
|
||||
for="visibleColumns"
|
||||
v-model="leaveStore.visibleColumns"
|
||||
multiple
|
||||
outlined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue