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, ellipsis: true,
customRender: () => "-", customRender: () => "-",
}, },
{ // {
title: "评估状态", // title: "评估状态",
dataIndex: "status", // dataIndex: "status",
key: "status", // key: "status",
width: 80, // width: 80,
align: "center", // align: "center",
ellipsis: true, // ellipsis: true,
customRender: () => "-", // customRender: () => "-",
}, // },
{ // {
title: "考试成绩", // title: "考试成绩",
dataIndex: "score", // dataIndex: "score",
key: "score", // key: "score",
width: 80, // width: 80,
align: "center", // align: "center",
ellipsis: true, // ellipsis: true,
customRender: ({ record: { score } }) => score || "-", // customRender: ({ record: { score } }) => score || "-",
}, // },
{ {
title: "状态", title: "状态",
dataIndex: "status", dataIndex: "status",