|
@@ -204,7 +204,7 @@ function header(props) {
|
204
|
204
|
bordered={false}
|
205
|
205
|
columnWidth={10}
|
206
|
206
|
columns={intention}
|
207
|
|
- // dataSource={personIntentions}
|
|
207
|
+ dataSource={personIntentions}
|
208
|
208
|
pagination={false}
|
209
|
209
|
key='personId'
|
210
|
210
|
// scroll={personIntentions?.length >= 3 ? { y: 240 } : false}
|
|
@@ -217,7 +217,7 @@ function header(props) {
|
217
|
217
|
<p className={publicStyle.tableName}>访问记录</p>
|
218
|
218
|
<BuildSelect onChange={changBuilding} value={buildingIdValue} />
|
219
|
219
|
<Table
|
220
|
|
- // dataSource={records}
|
|
220
|
+ dataSource={records}
|
221
|
221
|
columns={columns}
|
222
|
222
|
style={{ marginTop: '15px' }}
|
223
|
223
|
pagination={{ pageSize: 10, total: records?.length, }}
|