From a48b1487563d798f70a5896584af9ff1ba57d17d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Sat, 21 Mar 2026 14:10:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8A=A5=E8=A1=A8=E7=BB=84=E4=BB=B6):=20?= =?UTF-8?q?=E4=B8=BA=E7=BA=BF=E5=9C=88=E8=A1=A8=E6=A0=BC=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E7=AD=9B=E9=80=89=E3=80=81=E6=8E=92=E5=BA=8F=E5=92=8C=E5=88=86?= =?UTF-8?q?=E9=A1=B5=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加关键词筛选、多列选择筛选、字段排序和分页控制功能 优化表格布局和响应式设计 重构数据处理逻辑实现前端筛选和排序 --- .../wms/report/components/coilTable/index.vue | 153 ++++++++++++++++-- 1 file changed, 138 insertions(+), 15 deletions(-) diff --git a/klp-ui/src/views/wms/report/components/coilTable/index.vue b/klp-ui/src/views/wms/report/components/coilTable/index.vue index 3d93d4ac..a5a8952d 100644 --- a/klp-ui/src/views/wms/report/components/coilTable/index.vue +++ b/klp-ui/src/views/wms/report/components/coilTable/index.vue @@ -1,8 +1,34 @@