forked from Gitlink/forgeplus-react
修改任务状态展示问题
This commit is contained in:
parent
230e597787
commit
a667a32de0
|
@ -137,7 +137,7 @@ export default Form.create()(({ form, showNotification, match, history }) => {
|
|||
width: '10%',
|
||||
dataIndex: 'status',
|
||||
render: (text, record) => {
|
||||
return statusArr[text]
|
||||
return record.exceptClosedBoolean ? '已关闭' : statusArr[text]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue