fix: task order => info messenger status
This commit is contained in:
parent
1c70245780
commit
1aedfe742f
1 changed files with 3 additions and 2 deletions
|
|
@ -786,8 +786,9 @@ function viewDocument(id: string) {
|
||||||
:contact-tel="v.responsibleUser.telephoneNo"
|
:contact-tel="v.responsibleUser.telephoneNo"
|
||||||
:email="v.responsibleUser.email"
|
:email="v.responsibleUser.email"
|
||||||
:status="
|
:status="
|
||||||
fullTaskOrder?.userTask[i]?.userTaskStatus ||
|
fullTaskOrder?.userTask.find(
|
||||||
UserTaskStatus.Pending
|
(l) => l.userId === v.responsibleUser.id,
|
||||||
|
)?.userTaskStatus || UserTaskStatus.Pending
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<template #product>
|
<template #product>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue