|
@@ -385,7 +385,7 @@ function record(props) {
|
385
|
385
|
return (
|
386
|
386
|
|
387
|
387
|
<>
|
388
|
|
- <Icon type="question-circle" theme="filled" style={{ fontSize: '25px', color: '#F00',marginBottom:'10px' }} onClick={() => setVisible(true)} />
|
|
388
|
+ <Icon type="question-circle" theme="filled" style={{ fontSize: '25px', color: '#F00', marginBottom: '10px' }} onClick={() => setVisible(true)} />
|
389
|
389
|
<Modal
|
390
|
390
|
title="指标说明(数据会存在一定时间延迟)"
|
391
|
391
|
centered
|
|
@@ -437,7 +437,6 @@ function record(props) {
|
437
|
437
|
</Button>
|
438
|
438
|
</AuthButton>
|
439
|
439
|
<Table rowKey={(index => { index })}
|
440
|
|
- {/* <Table rowKey={record => (record.userId + record.buildingId || '')} */}
|
441
|
440
|
style={{ marginTop: '30px' }}
|
442
|
441
|
dataSource={_list}
|
443
|
442
|
// dataSource={data.records}
|