diff --git a/src/views/dataManage/deviceData/listCorrodeData.vue b/src/views/dataManage/deviceData/listCorrodeData.vue index 63e47c7..1a20abb 100644 --- a/src/views/dataManage/deviceData/listCorrodeData.vue +++ b/src/views/dataManage/deviceData/listCorrodeData.vue @@ -102,13 +102,13 @@ align: 'center' }, { - text: '电量', + text: '电量(%)', value: 'cell', align: 'center' }, { text: '腐蚀速率(毫米/年)', - value: 'corrodRate', + value: 'corrode', align: 'center' }, { diff --git a/src/views/dataManage/deviceData/listCorrodeData.vue b/src/views/dataManage/deviceData/listCorrodeData.vue index 63e47c7..1a20abb 100644 --- a/src/views/dataManage/deviceData/listCorrodeData.vue +++ b/src/views/dataManage/deviceData/listCorrodeData.vue @@ -102,13 +102,13 @@ align: 'center' }, { - text: '电量', + text: '电量(%)', value: 'cell', align: 'center' }, { text: '腐蚀速率(毫米/年)', - value: 'corrodRate', + value: 'corrode', align: 'center' }, { diff --git a/src/views/gasDashboard/components/PanelGroup.vue b/src/views/gasDashboard/components/PanelGroup.vue index 5613860..103486e 100644 --- a/src/views/gasDashboard/components/PanelGroup.vue +++ b/src/views/gasDashboard/components/PanelGroup.vue @@ -31,7 +31,7 @@ context: ['--', '--', '--'], icon: '', color: '#40c9c6', - unit: 'Nm³', + unit: 'm³', index: 0 }, { @@ -39,7 +39,7 @@ context: ['--', '--', '--'], icon: '', color: '#36a3f7', - unit: 'Nm³', + unit: 'm³', index: 1 }, { @@ -47,7 +47,7 @@ context: ['--', '--', '--'], icon: '', color: '#36a3f7', - unit: 'Nm³', + unit: 'm³', index: 2 }, {