diff --git a/src/components/Ems/ZdBaseInfo/index.vue b/src/components/Ems/ZdBaseInfo/index.vue index e18693a..8028c33 100644 --- a/src/components/Ems/ZdBaseInfo/index.vue +++ b/src/components/Ems/ZdBaseInfo/index.vue @@ -32,13 +32,13 @@ export default { attr:'installCapacity' },{ - title:'总充电量(MWh)', + title:'总充电量(KWh)', num:'', color:'#A696FF', attr:'totalChargedCap' },{ - title:'总放电量(MWh)', + title:'总放电量(KWh)', num:'', color:'#A696FF', attr:'totalDischargedCap' diff --git a/src/views/ems/dzjk/sbjk/db/index.vue b/src/views/ems/dzjk/sbjk/db/index.vue index 42fe458..cced76a 100644 --- a/src/views/ems/dzjk/sbjk/db/index.vue +++ b/src/views/ems/dzjk/sbjk/db/index.vue @@ -35,13 +35,19 @@ - + + @@ -70,86 +76,102 @@ export default { { name: '正向有功电能', attr: 'forwardActive', - pointName: '正向有功电能' + pointName: '正向有功电能', + unit: 'kWh' }, { name: '反向有功电能', attr: 'reverseActive', - pointName: '反向有功电能' + pointName: '反向有功电能', + unit: 'kWh' }, { name: '正向无功电能', attr: 'forwardReactive', - pointName: '正向无功电能' + pointName: '正向无功电能', + unit: 'kvarh' }, { name: '反向无功电能', attr: 'reverseReactive', - pointName: '反向无功电能' + pointName: '反向无功电能', + unit: 'kvarh' }, { name: '有功功率', attr: 'activePower', - pointName: '总有功功率' + pointName: '总有功功率', + unit: 'kW' }, { name: '无功功率', attr: 'reactivePower', - pointName: '总无功功率' + pointName: '总无功功率', + unit: 'kvar' } ], 'METE': [ { name: '正向有功电能', attr: 'forwardActive', - pointName: '正向有功电能' + pointName: '正向有功电能', + unit: 'kWh' }, { name: '反向有功电能', attr: 'reverseActive', - pointName: '反向有功电能' + pointName: '反向有功电能', + unit: 'kWh' }, { name: '正向无功电能', attr: 'forwardReactive', - pointName: '正向无功电能' + pointName: '正向无功电能', + unit: 'kvarh' }, { name: '反向无功电能', attr: 'reverseReactive', - pointName: '反向无功电能' + pointName: '反向无功电能', + unit: 'kvarh' }, { name: '有功功率', attr: 'activePower', - pointName: '总有功功率' + pointName: '总有功功率', + unit: 'kW' }, { name: '无功功率', attr: 'reactivePower', - pointName: '总无功功率' + pointName: '总无功功率', + unit: 'kvar' } ], 'METEGF': [ { name: '有功电能', attr: 'activeEnergy', - pointName: '有功电能' + pointName: '有功电能', + unit: 'kWh' }, { name: '无功电能', attr: 'reactiveEnergy', - pointName: '无功电能' + pointName: '无功电能', + unit: 'kvarh' }, { name: '有功功率', attr: 'activePower', - pointName: '总有功功率' + pointName: '总有功功率', + unit: 'kW' }, { name: '无功功率', attr: 'reactivePower', - pointName: '总无功功率' + pointName: '总无功功率', + unit: 'kvar' } ] } diff --git a/src/views/ems/dzjk/sbjk/ssyx/CnglqxChart.vue b/src/views/ems/dzjk/sbjk/ssyx/CnglqxChart.vue index 202d844..0c2d6b8 100644 --- a/src/views/ems/dzjk/sbjk/ssyx/CnglqxChart.vue +++ b/src/views/ems/dzjk/sbjk/ssyx/CnglqxChart.vue @@ -1,12 +1,12 @@ @@ -14,7 +14,7 @@