From 43e7ea5a5768b7e47c3937d37870ed0b868774a9 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期一, 16 六月 2025 10:01:58 +0800
Subject: [PATCH] 语言修改补充

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

diff --git a/north-glass-erp/northglass-erp/src/views/pp/processCard/SelectDetailProcessCard.vue b/north-glass-erp/northglass-erp/src/views/pp/processCard/SelectDetailProcessCard.vue
index 81eafed..49cc735 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/processCard/SelectDetailProcessCard.vue
+++ b/north-glass-erp/northglass-erp/src/views/pp/processCard/SelectDetailProcessCard.vue
@@ -131,7 +131,7 @@
     merge = res.data.merge
     console.log(merge)
     if(merge != 0){
-      gridOptions.toolbarConfig.buttons[0].name='鍙栨秷鍚堝苟'
+      gridOptions.toolbarConfig.buttons[0].name=t('processCard.cancelMerger')
     }
     xGrid.value.reloadData(produceList)
     gridOptions.loading = false
@@ -208,7 +208,7 @@
     {field: 'glass_child', title: t('reportingWorks.glassChild'),width: 200 },
     {field: 'founder', title: t('processCard.founder'),width: 110 },
     {field: 'splitFrame_time', title: t('processCard.splitFrameTime'),width: 110 },
-    {field: 'concatNumber', title: '鎬诲簭鍙�',width: 110},
+    {field: 'concatNumber', title: t('processCard.totalSequenceNumber'),width: 110},
 
   ],//琛ㄥご鎸夐挳
 

--
Gitblit v1.8.0