隐藏完成状态

This commit is contained in:
Caojr
2025-11-24 17:13:39 +08:00
parent 8fd2a09a45
commit 60780db381

View File

@@ -348,7 +348,7 @@ const getModelColumns = () => {
return !text.value ? "0" : text.value;
},
},
{
/*{
title: "完成状态",
dataIndex: "completedStatus",
key: "completedStatus",
@@ -357,7 +357,7 @@ const getModelColumns = () => {
customRender: (text) => {
return text.value && text.value == 1 ? "已完成" : "未完成";
},
},
},*/
];
} else if (props.modalType == 5) {
modelTitle.value = "考试";