项目里考试状态修改

This commit is contained in:
zhangsir
2024-05-09 13:35:40 +08:00
parent 8fc3776477
commit 66e719bad7

View File

@@ -314,7 +314,7 @@ export default {
align: "center",
ellipsis: true,
className: "h",
customRender: ({record:{status}}) => ({1:'已完成',0:'未开始',9:'已完成'}[status] || '未开始'),
customRender: ({record:{status}}) => ({2:'进行中',1:'未开始',9:'已完成'}[status] || '未开始'),
},
{
title: "操作",