From b70ea28f51757ed39992d5a71b2e15b1d4cc7c7d Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期四, 27 十一月 2025 16:21:45 +0800
Subject: [PATCH] xml中筛选条件匹配方法修改

---
 north-glass-erp/northglass-erp/src/views/pp/report/DamageReport.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/pp/report/DamageReport.vue b/north-glass-erp/northglass-erp/src/views/pp/report/DamageReport.vue
index 602ffb4..8cdb1c8 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/report/DamageReport.vue
+++ b/north-glass-erp/northglass-erp/src/views/pp/report/DamageReport.vue
@@ -44,8 +44,8 @@
     {field: 'breakageReason', width: 120, title: t('reportingWorks.breakageReason'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
     {field: 'thisProcess',width: 120, title: t('reportingWorks.reportingProcess'), sortable: true,showOverflow:"ellipsis" ,filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
     {field: 'creator',width: 120, title: t('product.creator'), sortable: true,showOverflow:"ellipsis" ,filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
-    {field: 'childWidth', width: 100, title: t('order.width'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
-    {field: 'childHeight', width: 100, title: t('order.height'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }},
+    {field: 'childWidth', width: 100, title: t('order.width')},
+    {field: 'childHeight', width: 100, title: t('order.height')},
     {field: 'breakageQuantity', width: 120, title: t('reportingWorks.quantityBroken')},
     {field: 'area', width: 120, title: t('reportingWorks.wornArea')},
     {field: 'personnel', width: 120, title: t('reportingWorks.responsiblePersonnel')},

--
Gitblit v1.8.0