mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 10:56:46 +08:00
隐藏完成状态
This commit is contained in:
@@ -348,7 +348,7 @@ const getModelColumns = () => {
|
|||||||
return !text.value ? "0" : text.value;
|
return !text.value ? "0" : text.value;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
/*{
|
||||||
title: "完成状态",
|
title: "完成状态",
|
||||||
dataIndex: "completedStatus",
|
dataIndex: "completedStatus",
|
||||||
key: "completedStatus",
|
key: "completedStatus",
|
||||||
@@ -357,7 +357,7 @@ const getModelColumns = () => {
|
|||||||
customRender: (text) => {
|
customRender: (text) => {
|
||||||
return text.value && text.value == 1 ? "已完成" : "未完成";
|
return text.value && text.value == 1 ? "已完成" : "未完成";
|
||||||
},
|
},
|
||||||
},
|
},*/
|
||||||
];
|
];
|
||||||
} else if (props.modalType == 5) {
|
} else if (props.modalType == 5) {
|
||||||
modelTitle.value = "考试";
|
modelTitle.value = "考试";
|
||||||
|
|||||||
Reference in New Issue
Block a user