mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 02:46:45 +08:00
隐藏完成状态
This commit is contained in:
@@ -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 = "考试";
|
||||
|
||||
Reference in New Issue
Block a user