From dc06aea9f2844701fc51c85660a2da75629db6c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Mon, 22 Dec 2025 11:34:50 +0800 Subject: [PATCH] =?UTF-8?q?refactor(l2):=20=E4=BC=98=E5=8C=96=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=B8=83=E5=B1=80=E5=92=8C=E4=BB=A3=E7=A0=81=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=EF=BC=8C=E6=94=B9=E8=BF=9B=E5=9B=BE=E8=A1=A8=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E9=87=87=E6=A0=B7=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 重构多个Vue组件,统一代码格式并优化布局。主要修改包括: 1. 删除未使用的print.vue组件 2. 优化line.vue图表数据采样逻辑,添加加载状态 3. 调整pdi.vue布局为左右分栏式设计 4. 统一组件代码缩进和属性换行格式 --- apps/l2/src/views/l2/pdo/components/line.vue | 179 +++++++++----- apps/l2/src/views/l2/pdo/components/print.vue | 0 apps/l2/src/views/l2/pdo/index.vue | 82 ++---- apps/l2/src/views/l2/setup/pdi.vue | 233 ++++++++---------- 4 files changed, 252 insertions(+), 242 deletions(-) delete mode 100644 apps/l2/src/views/l2/pdo/components/print.vue diff --git a/apps/l2/src/views/l2/pdo/components/line.vue b/apps/l2/src/views/l2/pdo/components/line.vue index 9711218..e92c2b5 100644 --- a/apps/l2/src/views/l2/pdo/components/line.vue +++ b/apps/l2/src/views/l2/pdo/components/line.vue @@ -1,21 +1,11 @@