|
@@ -21,7 +21,7 @@ const PreviewInspect = (props) => {
|
|
|
return (
|
|
|
<tr className={style.assistTableTrSec}>
|
|
|
<td className={style.assistTableTdFst} title={item.detailName}>{item.detailName}</td>
|
|
|
- <td className={style.assistTableTdSec} title={item.value+item.units}>
|
|
|
+ <td className={style.assistTableTdSec} title={item.value+' '+item.units}>
|
|
|
{/* {getStatusImg(value.type, value.value, 1)}
|
|
|
{value.unit} */}
|
|
|
{getStatusImg(0, item.value, 1)}
|