瀏覽代碼

Merge branch 'addTime0817' into testNew

wyq 3 年之前
父節點
當前提交
8c7639fdc1
共有 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.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)}