From 9050274d1c1cdfd3a2f45984fdacf44fd4a9fb2a Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期一, 17 二月 2025 08:27:20 +0800
Subject: [PATCH] 修改标签

---
 north-glass-erp/northglass-erp/src/components/pp/SelectSortDetailProcessCard.vue |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/components/pp/SelectSortDetailProcessCard.vue b/north-glass-erp/northglass-erp/src/components/pp/SelectSortDetailProcessCard.vue
index f9329c0..2e06522 100644
--- a/north-glass-erp/northglass-erp/src/components/pp/SelectSortDetailProcessCard.vue
+++ b/north-glass-erp/northglass-erp/src/components/pp/SelectSortDetailProcessCard.vue
@@ -260,6 +260,14 @@
       sortable: true,width: 100
     },
     {
+      field: 'bend_radius',
+      title: t('order.bendRadius'),
+      filters: [{data: ''}],
+      slots: {filter: 'num1_filter'},
+      filterMethod: filterChanged,
+      sortable: true,width: 120
+    },
+    {
       field: 'area',
       title: t('order.area'),
       filters: [{data: ''}],
@@ -497,6 +505,7 @@
           <div v-for="(option, index) in column.filters" :key="index">
             <input type="text"
                    v-model="option.data"
+                   @keyup.enter.native="$panel.confirmFilter()"
                    @input="changeFilterEvent($event, option, $panel)"/>
           </div>
         </div>

--
Gitblit v1.8.0