ประวัติถือครองตำแหน่ง เอาselect ประเภทออก
This commit is contained in:
parent
54682072d6
commit
19bf90fee5
1 changed files with 3 additions and 3 deletions
|
|
@ -186,7 +186,7 @@ function closeDialog() {
|
|||
<q-form ref="myForm">
|
||||
<div class="bg-grey-2 q-pa-sm">
|
||||
<div class="row q-col-gutter-sm full-width">
|
||||
<div class="col-3">
|
||||
<!-- <div class="col-3">
|
||||
<q-select
|
||||
hide-bottom-space
|
||||
:rules="[(val:string) => !!val || `${'กรุณาเลือก ประเภท'}`]"
|
||||
|
|
@ -205,7 +205,7 @@ function closeDialog() {
|
|||
input-debounce="0"
|
||||
@update:model-value="changeEmployeeClass"
|
||||
/>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<div class="col-3">
|
||||
<q-select
|
||||
|
|
@ -250,7 +250,7 @@ function closeDialog() {
|
|||
hide-bottom-space
|
||||
/>
|
||||
</div>
|
||||
<div :class="typeKeyword ? 'col-3' : 'col-3 offset-3'">
|
||||
<div :class="typeKeyword ? 'offset-3 col-3' : 'col-3 offset-6'">
|
||||
<q-btn
|
||||
class="on-right bg-white full-width"
|
||||
outline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue