readonly name position
This commit is contained in:
parent
6985318f13
commit
befaa3ced5
1 changed files with 4 additions and 4 deletions
|
|
@ -902,10 +902,10 @@ console.log(countCheckedItems);
|
|||
<q-input
|
||||
:rules="[(val) => !!val || 'กรุณากรอกชื่อ']"
|
||||
hide-bottom-space
|
||||
:readonly="status != true"
|
||||
readonly
|
||||
dense
|
||||
borderless
|
||||
:outlined="status == true"
|
||||
outlined
|
||||
v-model="fullname"
|
||||
label="ชื่อ-สกุล"
|
||||
/>
|
||||
|
|
@ -914,10 +914,10 @@ console.log(countCheckedItems);
|
|||
<q-input
|
||||
:rules="[(val) => !!val || 'กรุณากรอกตำเเหน่ง']"
|
||||
hide-bottom-space
|
||||
:readonly="status != true"
|
||||
readonly
|
||||
dense
|
||||
borderless
|
||||
:outlined="status == true"
|
||||
outlined
|
||||
v-model="position"
|
||||
label="ตำแหน่ง"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue