{{ $t("common:button:search") }}
{{ $t("common:button:reset") }}
{{
index === scope.row.PatientList.length - 1
? item.PatientIdStr
: `${item.PatientIdStr}, `
}}
{{ $fd("TaskState", scope.row.TaskState) }}
{{ scope.row.UserName }}({{ scope.row.FullName }})
{{ $fd("PIAuditState", scope.row.PIAuditState) }}
{{
$fd("PIAuditState", scope.row.PIAuditState)
}}
{{
item.DictionaryCode
? $fd(
item.DictionaryCode,
parseInt(
scope.row.PIReadingResultList.find(
(v) => v.QuestionId === item.QuestionId
).Answer
)
)
: scope.row.PIReadingResultList.find(
(v) => v.QuestionId === item.QuestionId
).Answer
}}
{{ $fd("YesOrNo", scope.row.IsEnrollment) }}
{{ $fd("YesOrNo", scope.row.IsEnrollment) }}
{{ $fd("YesOrNo", scope.row.IsPDConfirm) }}
{{ $fd("YesOrNo", scope.row.IsPDConfirm) }}