update workflow

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-10-18 14:51:16 +07:00
parent 4b473d34ba
commit 3e38b02261
3 changed files with 117 additions and 102 deletions

View file

@ -185,7 +185,13 @@ defineExpose({
</q-item-label>
<q-btn
v-if="item.isComment && state === index + 1"
v-if="
item.isComment &&
state === index + 1 &&
item.isAccept === null &&
item.reason === null &&
item.isApprove === null
"
@click.prevent="
(dataUserComment = item), (modalApprove = true)
"