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
|
<q-input
|
||||||
:rules="[(val) => !!val || 'กรุณากรอกชื่อ']"
|
:rules="[(val) => !!val || 'กรุณากรอกชื่อ']"
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
:readonly="status != true"
|
readonly
|
||||||
dense
|
dense
|
||||||
borderless
|
borderless
|
||||||
:outlined="status == true"
|
outlined
|
||||||
v-model="fullname"
|
v-model="fullname"
|
||||||
label="ชื่อ-สกุล"
|
label="ชื่อ-สกุล"
|
||||||
/>
|
/>
|
||||||
|
|
@ -914,10 +914,10 @@ console.log(countCheckedItems);
|
||||||
<q-input
|
<q-input
|
||||||
:rules="[(val) => !!val || 'กรุณากรอกตำเเหน่ง']"
|
:rules="[(val) => !!val || 'กรุณากรอกตำเเหน่ง']"
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
:readonly="status != true"
|
readonly
|
||||||
dense
|
dense
|
||||||
borderless
|
borderless
|
||||||
:outlined="status == true"
|
outlined
|
||||||
v-model="position"
|
v-model="position"
|
||||||
label="ตำแหน่ง"
|
label="ตำแหน่ง"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue