|
@@ -116,7 +116,7 @@ function Detail(props) {
|
|
|
</Col>
|
|
|
</Row>
|
|
|
<Row>
|
|
|
- <Col span={8} className={styles.cardText}>
|
|
|
+ <Col span={16} className={styles.cardText}>
|
|
|
自检路线:{data?.RouteInfo?.Name}
|
|
|
</Col>
|
|
|
<Col span={8} className={styles.cardText}>
|
|
@@ -367,6 +367,7 @@ export function DeviceTable(props) {
|
|
|
locale={{
|
|
|
emptyText: <Empty />,
|
|
|
}}
|
|
|
+ pagination={false}
|
|
|
/>
|
|
|
<ThresholdModal
|
|
|
open={visible}
|
|
@@ -433,6 +434,7 @@ function AalysisTable(props) {
|
|
|
locale={{
|
|
|
emptyText: <Empty />,
|
|
|
}}
|
|
|
+ pagination={false}
|
|
|
/>
|
|
|
</div>
|
|
|
);
|
|
@@ -682,6 +684,7 @@ export function WarningTable(props) {
|
|
|
locale={{
|
|
|
emptyText: <Empty />,
|
|
|
}}
|
|
|
+ pagination={false}
|
|
|
/>
|
|
|
<ThresholdModal
|
|
|
open={visible}
|
|
@@ -824,6 +827,7 @@ function ReportDumCom(props) {
|
|
|
locale={{
|
|
|
emptyText: <Empty />,
|
|
|
}}
|
|
|
+ pagination={false}
|
|
|
/>
|
|
|
</div>
|
|
|
);
|