优化显示提出意见时显示的已获得分数

This commit is contained in:
2025-07-25 17:23:00 +08:00
parent 27b3574cef
commit 9a366d042a
4 changed files with 33 additions and 22 deletions
+8 -8
View File
@@ -605,14 +605,14 @@ export default function CrossCheckingIndex() {
);
}
},
{
title: "评查分数",
key: "score",
align: "center" as const,
width: "5%",
render: (_: unknown, record: CrossCheckingTask) =>
record.status === CrossCheckingTaskStatus.COMPLETED ? record.score : '-'
},
// {
// title: "评查分数",
// key: "score",
// align: "center" as const,
// width: "5%",
// render: (_: unknown, record: CrossCheckingTask) =>
// record.status === CrossCheckingTaskStatus.COMPLETED ? record.score : '-'
// },
{
title: "操作",
key: "operation",