Browse Source

Merge branch 'addTime0817' into testNew

wyq 3 years atrás
parent
commit
8c7639fdc1
1 changed files with 1 additions and 1 deletions
  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.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)}