From 1c13bd7a2cd2c8ba69a185da69344c8b59f4e561 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期四, 04 七月 2024 09:29:15 +0800
Subject: [PATCH] 选中求和功能以及还原双击回车才能点击单元格

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

diff --git a/north-glass-erp/northglass-erp/src/views/pp/workOrder/SelectWorkOrder.vue b/north-glass-erp/northglass-erp/src/views/pp/workOrder/SelectWorkOrder.vue
index 675bfbe..001dd58 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/workOrder/SelectWorkOrder.vue
+++ b/north-glass-erp/northglass-erp/src/views/pp/workOrder/SelectWorkOrder.vue
@@ -255,8 +255,8 @@
     {field: 'order.batch', title: t('order.batch'), filters: [{data: ''}], slots: {filter: 'num1_filter'}, width: 110},
     {field: 'order.project', title: t('order.project'), filters: [{data: ''}], slots: {filter: 'num1_filter'}, width: 210},
     {field: 'order.orderType', title: t('order.orderType'), showOverflow: "ellipsis", width: 110},
-    {field: 'orderDetail.grossArea', title: t('order.orderType'), width: 70},
-    {field: 'orderDetail.quantity', title: t('order.grossArea'),},
+    {field: 'orderDetail.grossArea', title: t('order.grossArea'), width: 70},
+    {field: 'orderDetail.quantity', title: t('order.quantity'),},
     {field: 'order.creator', title: t('order.creator'),},
   ],//琛ㄥご鎸夐挳
   data: null,//琛ㄦ牸鏁版嵁

--
Gitblit v1.8.0