From af625fba49093abe5a71660b625d023f6c91e3d6 Mon Sep 17 00:00:00 2001 From: lixiaoyuan Date: Sun, 28 Sep 2025 11:33:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=AD=96=E7=95=A5=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=8C=89=E9=92=AE,=20=E5=88=A0=E9=99=A4=E7=9B=91?= =?UTF-8?q?=E6=8E=A7=E9=A1=B5=E9=9D=A2=E5=B7=A6=E4=BE=A7=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E7=9A=84=E6=80=BB=E5=8A=9F=E7=8E=87=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/monitor.vue | 4 ++-- web/src/views/system/policy.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/views/monitor.vue b/web/src/views/monitor.vue index e219313..d4d8567 100644 --- a/web/src/views/monitor.vue +++ b/web/src/views/monitor.vue @@ -97,7 +97,7 @@ export default { num: 62, systemType: 2, titles: [ - { v: '总功率', key: 'power', sufix: 'kW' }, + //{ v: '总功率', key: 'power', sufix: 'kW' }, { v: '数量', key: 'num' } ] }, @@ -107,7 +107,7 @@ export default { num: 62, systemType: 3, titles: [ - { v: '总功率', key: 'power', sufix: 'kW' }, + //{ v: '总功率', key: 'power', sufix: 'kW' }, { v: '数量', key: 'num' } ] }, diff --git a/web/src/views/system/policy.vue b/web/src/views/system/policy.vue index 306795d..018ac79 100644 --- a/web/src/views/system/policy.vue +++ b/web/src/views/system/policy.vue @@ -119,7 +119,7 @@ export default { }, mounted() { this.operateList = this.$getBtns(['查看', '修改', '删除']) - this.btnOptionList = this.$getBtns(['新增']) + // this.btnOptionList = this.$getBtns(['新增']) this.getTableList() }, methods: {