api workflow

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-10-17 11:23:48 +07:00
parent 079a1c1972
commit 619e93231c
3 changed files with 52 additions and 25 deletions

View file

@ -125,7 +125,7 @@ onMounted(async () => {
:color="state < index + 1 ? 'grey-4' : ''"
>
<!-- Darft -->
<div class="row q-col-gutter-sm" v-if="state === 1">
<div class="row q-col-gutter-sm" v-if="state === 1 && index === 0">
<div>
<q-btn
v-if="isChangeState"
@ -149,7 +149,9 @@ onMounted(async () => {
>
<q-item-section>
<q-item-label
>{{ item.createdFullName }}
>{{
`${item.prefix}${item.firstName} ${item.lastName}`
}}
<!-- {{ `(${item.position})` }} -->
</q-item-label>
<q-item-label caption lines="2">{{