修改bug及能源分析样式

This commit is contained in:
2023-09-27 09:33:28 +08:00
parent 42550264c8
commit ee40707d2c
15 changed files with 302 additions and 53 deletions

View File

@@ -38,15 +38,15 @@ const tableProps = [
label: '能源类型'
},
{
prop: 'startNum',
prop: 'startValue',
label: '抄表数(起始)'
},
{
prop: 'endNum',
prop: 'endValue',
label: '抄表数(结束)'
},
{
prop: 'useNum',
prop: 'diffValue',
label: '消耗量'
}
]