disable checkbox
This commit is contained in:
parent
11367eef7f
commit
39cfcfe921
1 changed files with 5 additions and 1 deletions
|
|
@ -378,7 +378,11 @@ watch(
|
|||
<div class="row items-center q-my-sm justify-between">
|
||||
<p class="q-ma-none">สถานะการใช้งาน</p>
|
||||
<label class="toggle-control">
|
||||
<input type="checkbox" v-model="formData.isActive" />
|
||||
<input
|
||||
type="checkbox"
|
||||
v-model="formData.isActive"
|
||||
:disabled="formData.isDefault"
|
||||
/>
|
||||
<span class="control"></span>
|
||||
</label>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue