|
@@ -141,6 +141,7 @@ function Detail(props) {
|
|
</Row>
|
|
</Row>
|
|
</div>
|
|
</div>
|
|
<div style={{ padding: 20, background: '#fff' }}>
|
|
<div style={{ padding: 20, background: '#fff' }}>
|
|
|
|
+ <ModuleTitle title="设备自检" />
|
|
{/* 设备自检报告 */}
|
|
{/* 设备自检报告 */}
|
|
<ReportCom
|
|
<ReportCom
|
|
sendMessageToUnity={sendMessageToUnity}
|
|
sendMessageToUnity={sendMessageToUnity}
|
|
@@ -150,7 +151,7 @@ function Detail(props) {
|
|
key="extend"
|
|
key="extend"
|
|
type={'extend'}
|
|
type={'extend'}
|
|
userList={userList}
|
|
userList={userList}
|
|
- title={<ModuleTitle title="设备自检报告" />}
|
|
|
|
|
|
+ title={'设备自检报告'}
|
|
></ReportCom>
|
|
></ReportCom>
|
|
|
|
|
|
{/* 液位异常 */}
|
|
{/* 液位异常 */}
|
|
@@ -161,7 +162,7 @@ function Detail(props) {
|
|
key="liquid"
|
|
key="liquid"
|
|
type={'liquid'}
|
|
type={'liquid'}
|
|
userList={userList}
|
|
userList={userList}
|
|
- title={<ModuleTitle title="液位异常" />}
|
|
|
|
|
|
+ title={'液位异常'}
|
|
/>
|
|
/>
|
|
{/* 加药流量校验 */}
|
|
{/* 加药流量校验 */}
|
|
{/* <FlowCom
|
|
{/* <FlowCom
|
|
@@ -185,6 +186,7 @@ function Detail(props) {
|
|
</div>
|
|
</div>
|
|
{/* 安全隐患自检报告"> */}
|
|
{/* 安全隐患自检报告"> */}
|
|
<div className={styles.content}>
|
|
<div className={styles.content}>
|
|
|
|
+ <ModuleTitle title="安全隐患自检报告" />
|
|
{/* 环境异常 */}
|
|
{/* 环境异常 */}
|
|
<ReportCom
|
|
<ReportCom
|
|
sendMessageToUnity={sendMessageToUnity}
|
|
sendMessageToUnity={sendMessageToUnity}
|
|
@@ -195,7 +197,7 @@ function Detail(props) {
|
|
key="sensor"
|
|
key="sensor"
|
|
type={'sensor'}
|
|
type={'sensor'}
|
|
userList={userList}
|
|
userList={userList}
|
|
- title={<ModuleTitle title="环境异常" />}
|
|
|
|
|
|
+ title={'环境异常'}
|
|
></ReportCom>
|
|
></ReportCom>
|
|
{/* 液位异常 */}
|
|
{/* 液位异常 */}
|
|
{/* <LiquidLevelCom
|
|
{/* <LiquidLevelCom
|
|
@@ -209,10 +211,7 @@ function Detail(props) {
|
|
/> */}
|
|
/> */}
|
|
|
|
|
|
{/* 安防检测异常 */}
|
|
{/* 安防检测异常 */}
|
|
- <ReportDumCom
|
|
|
|
- data={dumuList}
|
|
|
|
- title={<ModuleTitle title="安防检测异常" />}
|
|
|
|
- />
|
|
|
|
|
|
+ <ReportDumCom data={dumuList} title={'安防检测异常'} />
|
|
|
|
|
|
{/* 电器检测异常 */}
|
|
{/* 电器检测异常 */}
|
|
<ReportCom
|
|
<ReportCom
|
|
@@ -223,7 +222,7 @@ function Detail(props) {
|
|
key="extend"
|
|
key="extend"
|
|
type={'extend'}
|
|
type={'extend'}
|
|
userList={userList}
|
|
userList={userList}
|
|
- title={<ModuleTitle title="电气检测异常" />}
|
|
|
|
|
|
+ title={'电气检测异常'}
|
|
></ReportCom>
|
|
></ReportCom>
|
|
|
|
|
|
{/* 密闭空间检测异常 */}
|
|
{/* 密闭空间检测异常 */}
|
|
@@ -235,7 +234,7 @@ function Detail(props) {
|
|
key="extend"
|
|
key="extend"
|
|
type={'extend'}
|
|
type={'extend'}
|
|
userList={userList}
|
|
userList={userList}
|
|
- title={<ModuleTitle title="密闭空间检测异常" />}
|
|
|
|
|
|
+ title={'密闭空间检测异常'}
|
|
></ReportCom>
|
|
></ReportCom>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -1175,7 +1174,7 @@ function ReportDumCom(props) {
|
|
},
|
|
},
|
|
];
|
|
];
|
|
return (
|
|
return (
|
|
- <div>
|
|
|
|
|
|
+ <div style={{ marginBottom: '0.3rem' }}>
|
|
<div className={styles.tabBarExtraContent}>
|
|
<div className={styles.tabBarExtraContent}>
|
|
<div className={styles.text} style={{ width: '60%' }}>
|
|
<div className={styles.text} style={{ width: '60%' }}>
|
|
{title}
|
|
{title}
|