update workflow
This commit is contained in:
parent
4b473d34ba
commit
3e38b02261
3 changed files with 117 additions and 102 deletions
|
|
@ -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)
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue