wyq 3 роки тому
батько
коміт
cba378fee4
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/components/PreviewBody/Inspect/index.jsx

+ 1 - 1
src/components/PreviewBody/Inspect/index.jsx

@@ -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.units}>
+                <td className={style.assistTableTdSec} title={item.value+item.units}>
                   {/* {getStatusImg(value.type, value.value, 1)}
                       {value.unit} */}
                   {getStatusImg(0, item.value, 1)}