roll back leave fix commander
This commit is contained in:
parent
734c688e2a
commit
5cf6edd2f2
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"
|
||||
:disable="rows?.approvers.length == 0 || rows?.commanders.length == 0"
|
||||
><q-tooltip>คลิกเพื่อส่งไปพิจารณา</q-tooltip></q-btn
|
||||
>
|
||||
</q-card-actions>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue