readonly name position

This commit is contained in:
setthawutttty 2023-09-08 10:53:54 +07:00
parent 6985318f13
commit befaa3ced5

View file

@ -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="ตำแหน่ง"
/> />