readoly รอบการขอเครื่องราชฯ
This commit is contained in:
parent
17ff56c7cf
commit
2d28991d21
1 changed files with 2 additions and 2 deletions
|
|
@ -348,8 +348,9 @@ watch(modal, () => {});
|
||||||
<div class="row q-col-gutter-sm">
|
<div class="row q-col-gutter-sm">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<q-select
|
<q-select
|
||||||
class="inputgreen"
|
:class="!isEdit ? 'inputgreen' : ''"
|
||||||
v-model="roundNo"
|
v-model="roundNo"
|
||||||
|
:readonly="isEdit"
|
||||||
dense
|
dense
|
||||||
outlined
|
outlined
|
||||||
lazy-rules
|
lazy-rules
|
||||||
|
|
@ -361,7 +362,6 @@ watch(modal, () => {});
|
||||||
option-label="name"
|
option-label="name"
|
||||||
:options="filterSelectRound"
|
:options="filterSelectRound"
|
||||||
option-value="id"
|
option-value="id"
|
||||||
:readonly="false"
|
|
||||||
:borderless="false"
|
:borderless="false"
|
||||||
style="min-width: 150px"
|
style="min-width: 150px"
|
||||||
:rules="[(val:string) => !!val || 'กรุณาเลือกรอบการขอเครื่องราชฯ']"
|
:rules="[(val:string) => !!val || 'กรุณาเลือกรอบการขอเครื่องราชฯ']"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue