fixing bug

This commit is contained in:
Warunee Tamkoo 2024-11-13 16:05:17 +07:00
parent 355f7f58c7
commit 9f50a73758
2 changed files with 2 additions and 1 deletions

View file

@ -440,7 +440,6 @@ watch(
<div class="row q-col-gutter-md">
<div class="col-12">
<q-input
:readonly="isStatusEdit"
v-model="formData.username"
outlined
dense
@ -449,6 +448,7 @@ watch(
hide-bottom-space
class="inputgreen"
label="ชื่อผู้ใช้งาน"
readonly
>
</q-input>
</div>