This commit is contained in:
yuping
2023-03-08 12:43:45 +08:00
parent 316add9911
commit fc23e28da5

View File

@@ -206,24 +206,24 @@ const columns = ref([
ellipsis: true,
customRender: () => "-",
},
{
title: "评估状态",
dataIndex: "status",
key: "status",
width: 80,
align: "center",
ellipsis: true,
customRender: () => "-",
},
{
title: "考试成绩",
dataIndex: "score",
key: "score",
width: 80,
align: "center",
ellipsis: true,
customRender: ({ record: { score } }) => score || "-",
},
// {
// title: "评估状态",
// dataIndex: "status",
// key: "status",
// width: 80,
// align: "center",
// ellipsis: true,
// customRender: () => "-",
// },
// {
// title: "考试成绩",
// dataIndex: "score",
// key: "score",
// width: 80,
// align: "center",
// ellipsis: true,
// customRender: ({ record: { score } }) => score || "-",
// },
{
title: "状态",
dataIndex: "status",