|
@@ -676,7 +676,7 @@ export default {
|
|
|
title: '操作时间',
|
|
|
checked: true,
|
|
|
width: 200,
|
|
|
- dataIndex: 'updateTime'
|
|
|
+ dataIndex: 'createdTime'
|
|
|
}
|
|
|
],
|
|
|
childColumns2: [
|
|
@@ -705,7 +705,7 @@ export default {
|
|
|
title: '设备位置',
|
|
|
checked: true,
|
|
|
width: 200,
|
|
|
- dataIndex: 'sbPositionName'
|
|
|
+ dataIndex: 'positionName'
|
|
|
},
|
|
|
{
|
|
|
title: '设备类型',
|