mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 10:56:46 +08:00
-- fix
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user