From d5336bb9093c5ff6e9eaf65cd08da99626cc1756 Mon Sep 17 00:00:00 2001 From: huanghao1412 Date: Sat, 17 Aug 2024 17:10:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=8A=9F=E7=8E=87?= =?UTF-8?q?=E5=AE=B9=E9=87=8F=E6=A5=BC=E5=B1=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CustomComponents/PowerCapacity/config.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/packages/components/CustomComponents/CustomComponents/PowerCapacity/config.ts b/src/packages/components/CustomComponents/CustomComponents/PowerCapacity/config.ts index 9cfbed61..4038010b 100644 --- a/src/packages/components/CustomComponents/CustomComponents/PowerCapacity/config.ts +++ b/src/packages/components/CustomComponents/CustomComponents/PowerCapacity/config.ts @@ -12,17 +12,11 @@ export const customData = { { name: '一号楼', show: true, label: '设计容量', value: 20000, label1: '已使用', calculation: '', floor: [ { label: '1F', calculation: '' }, - { label: '2F', calculation: '' }, - { label: '3F', calculation: '' }, - { label: '4F', calculation: '' }, ] }, { name: '二号楼', show: true, label: '设计容量', value: 20000, label1: '已使用', calculation: '', floor: [ { label: '1F', calculation: '' }, - { label: '2F', calculation: '' }, - { label: '3F', calculation: '' }, - { label: '4F', calculation: '' }, ] } ],