forked from verdnatura/salix-front
fix: refs #7553 changed fields in order in purchase request table
This commit is contained in:
parent
b4c46dc153
commit
bb1eb30a25
|
@ -550,8 +550,8 @@ function toTicketUrl(section) {
|
|||
</template>
|
||||
<template #body="props">
|
||||
<QTr :props="props">
|
||||
<QTd>{{ toDate(props.row.created) }}</QTd>
|
||||
<QTd>{{ props.row.description }}</QTd>
|
||||
<QTd>{{ toDate(props.row.created) }}</QTd>
|
||||
<QTd>{{ props.row.requester?.user?.username }}</QTd>
|
||||
<QTd>{{ props.row.atender?.user?.username }}</QTd>
|
||||
<QTd>{{ props.row.quantity }}</QTd>
|
||||
|
|
Loading…
Reference in New Issue