fix loading appeal complain
This commit is contained in:
parent
13ba0cafe1
commit
9f41097005
1 changed files with 2 additions and 2 deletions
|
|
@ -359,11 +359,11 @@ watch(
|
|||
</q-card>
|
||||
</div>
|
||||
</div>
|
||||
<q-separator v-if="!isReadOnly" />
|
||||
<q-separator v-if="!isReadOnly && !isLoad" />
|
||||
<q-card-actions
|
||||
align="right"
|
||||
class="bg-white text-teal"
|
||||
v-if="!isReadOnly"
|
||||
v-if="!isReadOnly && !isLoad"
|
||||
>
|
||||
<q-btn id="onSubmit" type="submit" label="บันทึก" color="secondary"
|
||||
><q-tooltip>บันทึก</q-tooltip></q-btn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue