api workflow
This commit is contained in:
parent
079a1c1972
commit
619e93231c
3 changed files with 52 additions and 25 deletions
|
|
@ -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">{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue