소스 검색

Merge branch 'addTime0817' into testNew

wyq 3 년 전
부모
커밋
52258dd14f
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)}