รายการลา
This commit is contained in:
parent
5d34c40b41
commit
5559983eeb
4 changed files with 93 additions and 82 deletions
|
|
@ -30,7 +30,7 @@ const { searchDataFn, filterOption } = leaveStore;
|
|||
outlined
|
||||
dense
|
||||
v-model="leaveStore.selectType"
|
||||
:options="leaveStore.optionType"
|
||||
:options="leaveStore.leaveOps"
|
||||
option-value="id"
|
||||
option-label="name"
|
||||
label="ประเภทการลา"
|
||||
|
|
@ -58,7 +58,7 @@ const { searchDataFn, filterOption } = leaveStore;
|
|||
outlined
|
||||
dense
|
||||
v-model="leaveStore.selectStatus"
|
||||
:options="leaveStore.optionStatus"
|
||||
:options="leaveStore.statusOps"
|
||||
option-value="id"
|
||||
option-label="name"
|
||||
label="สถานะ"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue