From feb50e038ded0225fe936cccf68a5ceb07c05a11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Thu, 26 Mar 2026 10:41:27 +0800 Subject: [PATCH] =?UTF-8?q?refactor(ems/dashboard):=20=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E8=83=BD=E6=BA=90=E7=B1=BB=E5=9E=8B=E9=80=89=E6=8B=A9=E4=B8=BA?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E9=A1=B5=E5=BD=A2=E5=BC=8F=E5=B9=B6=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将能源类型选择从下拉框改为标签页形式,提升用户体验 移除未使用的标签页代码,并设置默认选中的能源类型 --- klp-ui/src/views/ems/dashboard/index.vue | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/klp-ui/src/views/ems/dashboard/index.vue b/klp-ui/src/views/ems/dashboard/index.vue index 1340f8d1..2fc2a28f 100644 --- a/klp-ui/src/views/ems/dashboard/index.vue +++ b/klp-ui/src/views/ems/dashboard/index.vue @@ -1,11 +1,11 @@