|
@@ -113,10 +113,6 @@ export default {
|
|
|
return `${(this.$refs.table.localPagination.current - 1) * this.$refs.table.localPagination.pageSize + index + 1}`
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- title: '设备id',
|
|
|
- dataIndex: 'sbId'
|
|
|
- },
|
|
|
{
|
|
|
title: '设备名称',
|
|
|
dataIndex: 'sbName'
|
|
@@ -132,14 +128,14 @@ export default {
|
|
|
return this.BaseTool.Object.getField(this.map, text)
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- title: '描述',
|
|
|
- dataIndex: 'description'
|
|
|
- },
|
|
|
{
|
|
|
title: '实时数值',
|
|
|
dataIndex: 'result'
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '单位',
|
|
|
+ dataIndex: 'unit'
|
|
|
+ },
|
|
|
{
|
|
|
title: '系数',
|
|
|
dataIndex: 'ratio',
|
|
@@ -148,17 +144,13 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- title: '单位',
|
|
|
- dataIndex: 'unit'
|
|
|
+ title: '描述',
|
|
|
+ dataIndex: 'description'
|
|
|
},
|
|
|
{
|
|
|
title: '备注',
|
|
|
dataIndex: 'remark'
|
|
|
},
|
|
|
- {
|
|
|
- title: '创建日期',
|
|
|
- dataIndex: 'createdTime'
|
|
|
- },
|
|
|
{
|
|
|
title: '操作',
|
|
|
key: 'action',
|