Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m15s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m15s
* develop: fix: leave approved only
This commit is contained in:
commit
7a4b28f11a
1 changed files with 1 additions and 1 deletions
|
|
@ -1227,7 +1227,7 @@ onMounted(async () => {
|
||||||
label="ส่งไปพิจารณา"
|
label="ส่งไปพิจารณา"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
@click="onSend"
|
@click="onSend"
|
||||||
:disable="rows?.approvers.length == 0 || rows?.commanders.length == 0"
|
:disable="rows?.approvers.length == 0"
|
||||||
><q-tooltip>คลิกเพื่อส่งไปพิจารณา</q-tooltip></q-btn
|
><q-tooltip>คลิกเพื่อส่งไปพิจารณา</q-tooltip></q-btn
|
||||||
>
|
>
|
||||||
</q-card-actions>
|
</q-card-actions>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue