From 938600c596525dc1a20a93ebcb93d0d1df742415 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期四, 06 三月 2025 15:16:18 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/r/ERP_override

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

diff --git a/north-glass-erp/northglass-erp/src/views/pp/report/OrderReportingWorks.vue b/north-glass-erp/northglass-erp/src/views/pp/report/OrderReportingWorks.vue
index 7c4142c..1db1d0a 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/report/OrderReportingWorks.vue
+++ b/north-glass-erp/northglass-erp/src/views/pp/report/OrderReportingWorks.vue
@@ -177,13 +177,12 @@
     {title: t('basicData.operate'), width: 80, slots: { default: 'button_slot' },fixed:"left"},
     {type: 'seq', fixed: "left", title: t('basicData.Number'), width: 50},
     {
-      field: 'order_id', width: 120, title: t('order.orderId'), filters: [{data: ''}],
+      field: 'order_id',  title: t('order.orderId'), filters: [{data: ''}],
       slots: {filter: 'num1_filter'},
       filterMethod: filterChanged
     },
     {
       field: 'customer_name',
-      width: 120,
       title: t('customer.customerName'),
       showOverflow: "ellipsis",
       filters: [{data: ''}],
@@ -192,7 +191,6 @@
     },
     {
       field: 'project',
-      width: 120,
       title: t('order.project'),
       showOverflow: "ellipsis",
       filters: [{data: ''}],
@@ -200,23 +198,22 @@
       filterMethod: filterChanged
     },
     {
-      field: 'batch', width: 130, title: t('order.batch'), filters: [{data: ''}],
+      field: 'batch',  title: t('order.batch'), filters: [{data: ''}],
       slots: {filter: 'num1_filter'},
       filterMethod: filterChanged
     },
     {
-      field: 'quantity', width: 120, title: t('order.quantity'), filters: [{data: ''}],
+      field: 'quantity',  title: t('order.quantity'), filters: [{data: ''}],
       slots: {filter: 'num1_filter'},
       filterMethod: filterChanged
     },
     {
-      field: 'area', width: 100, title: t('order.area'), filters: [{data: ''}],
+      field: 'area',  title: t('order.area'), filters: [{data: ''}],
       slots: {filter: 'num1_filter'},
       filterMethod: filterChanged
     },
     {
       field: 'create_time',
-      width: 100,
       title: t('processCard.splitFrameTime'),
       type: 'date',
       attrs: {placeholder: '', type: 'date'},

--
Gitblit v1.8.0