Commit d03a2a65 authored by TZW's avatar TZW

judgeResultName

parent 1e367e13
......@@ -111,6 +111,13 @@ const getcolumns = {
title: '结果',
dataIndex: 'judgeResultName',
key: 'judgeResultName',
render: (_, row) => {
if (row?.judgeType == 1) {
return row?.judgeResultName;
} else {
return row?.qualitativeJudgeResult;
}
},
},
{
title: '下限值',
......
......@@ -2,7 +2,7 @@
* @Author: Li Hanlin
* @Date: 2023-01-19 09:53:59
* @Last Modified by: Li Hanlin
* @Last Modified time: 2023-02-02 18:23:31
* @Last Modified time: 2023-02-03 16:29:31
*/
import * as React from 'react';
......
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