Commit a2b28a59 authored by 左玲玲's avatar 左玲玲 😬

1609

parent 726f66a3
......@@ -461,6 +461,9 @@ function Task(props) {
dataIndex: 'result',
key: 'result',
hideInForm: true,
render: (text, row, _, action) => {
return <span>{row.judgeType == 1 ? row.result == 1 ? "正常" : "异常" : row.result}</span>
}
},
{
title: '下限值',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment