fix:修改项目-系统考试-管理-任务状态

This commit is contained in:
wyx
2023-03-21 17:30:07 +08:00
parent 2fb750722a
commit f9dc330e6a

View File

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