fix: leave approved only
This commit is contained in:
parent
81cf45756d
commit
3e9b2d7783
1 changed files with 1 additions and 1 deletions
|
|
@ -1227,7 +1227,7 @@ onMounted(async () => {
|
|||
label="ส่งไปพิจารณา"
|
||||
color="secondary"
|
||||
@click="onSend"
|
||||
:disable="rows?.approvers.length == 0 || rows?.commanders.length == 0"
|
||||
:disable="rows?.approvers.length == 0"
|
||||
><q-tooltip>คลิกเพื่อส่งไปพิจารณา</q-tooltip></q-btn
|
||||
>
|
||||
</q-card-actions>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue