From 4d0954fad5df0272955d8f78a06162aaa258c6e4 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 12 May 2023 15:12:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E4=BB=B7=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/wuxi/app/AppReportAiWill/components/Detail.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/wuxi/app/AppReportAiWill/components/Detail.vue b/project/wuxi/app/AppReportAiWill/components/Detail.vue index 4a6ebd79..8aa37e2f 100644 --- a/project/wuxi/app/AppReportAiWill/components/Detail.vue +++ b/project/wuxi/app/AppReportAiWill/components/Detail.vue @@ -204,7 +204,8 @@ export default { process: v => [v.evaluation.id ? { systemExplain: `${v.evaluation.createUserName}完成评价 (${v.evaluation.score}星评价)`, doTime: v.evaluation.createTime, - doExplain: v.evaluation.rateText + doExplain: v.evaluation.rateText, + files: v.evaluation.files, } : null, v.processList].flat().filter(Boolean) },