From ee57200b944e8febb1235bbc02995046a794a4a2 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 9 Jan 2024 16:57:41 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E6=B5=B7=E5=A4=96=E5=8F=8D=E9=A6=88?= =?UTF-8?q?=E8=A1=A8):=20=E6=98=AF=E5=90=A6=E5=B7=B2=E5=A1=AB=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/feedback/Index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/feedback/Index.jsx b/src/views/feedback/Index.jsx index d536fdf..2b0f008 100644 --- a/src/views/feedback/Index.jsx +++ b/src/views/feedback/Index.jsx @@ -31,7 +31,7 @@ const feedbackListColumns = [ { title: "Post Survey", dataIndex: "Average", - render: (text, record) => (text ? text : ""),//为0显示为空 + render: (text, record) => `${(record.EOI_CII_SN && record.feedback_Filled ? "✔" : "")} ${(text ? text : "")}`, //为0显示为空 sorter: (a, b) => b.Average - a.Average, }, {