fix: 修改功率容量楼层数

This commit is contained in:
huanghao1412 2024-08-17 17:10:35 +08:00
parent 60befc3362
commit d5336bb909

View File

@ -12,17 +12,11 @@ export const customData = {
{ {
name: '一号楼', show: true, label: '设计容量', value: 20000, label1: '已使用', calculation: '', floor: [ name: '一号楼', show: true, label: '设计容量', value: 20000, label1: '已使用', calculation: '', floor: [
{ label: '1F', calculation: '' }, { label: '1F', calculation: '' },
{ label: '2F', calculation: '' },
{ label: '3F', calculation: '' },
{ label: '4F', calculation: '' },
] ]
}, },
{ {
name: '二号楼', show: true, label: '设计容量', value: 20000, label1: '已使用', calculation: '', floor: [ name: '二号楼', show: true, label: '设计容量', value: 20000, label1: '已使用', calculation: '', floor: [
{ label: '1F', calculation: '' }, { label: '1F', calculation: '' },
{ label: '2F', calculation: '' },
{ label: '3F', calculation: '' },
{ label: '4F', calculation: '' },
] ]
} }
], ],