From 5dc1abe38a55dc40db438abe88c16b8e47daeec3 Mon Sep 17 00:00:00 2001
From: guoyujie <guoyujie@ng.com>
Date: 星期三, 20 八月 2025 16:28:47 +0800
Subject: [PATCH] 提交 语言
---
north-glass-erp/northglass-erp/src/views/sd/order/SelectOrder.vue | 2 +-
north-glass-erp/northglass-erp/src/lang/en.js | 3 ++-
north-glass-erp/northglass-erp/src/lang/ar.js | 3 ++-
north-glass-erp/northglass-erp/src/lang/ru.js | 4 ++--
north-glass-erp/northglass-erp/src/lang/zh.js | 3 ++-
north-glass-erp/northglass-erp/src/lang/kr.js | 3 ++-
6 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/north-glass-erp/northglass-erp/src/lang/ar.js b/north-glass-erp/northglass-erp/src/lang/ar.js
index ecc655d..979f2ce 100644
--- a/north-glass-erp/northglass-erp/src/lang/ar.js
+++ b/north-glass-erp/northglass-erp/src/lang/ar.js
@@ -306,7 +306,8 @@
glassQuantity:'灏忕墖鏁伴噺',
merge:'瀹屾暣妯″紡',
layer:'鍗曠墖妯″紡',
- notFinish:'寰呭畬鎴�'
+ notFinish:'寰呭畬鎴�',
+ processCardCollect:'娴佺▼鍗℃眹鎬�',
},
searchOrder:{
diff --git a/north-glass-erp/northglass-erp/src/lang/en.js b/north-glass-erp/northglass-erp/src/lang/en.js
index 36a6135..a3083b8 100644
--- a/north-glass-erp/northglass-erp/src/lang/en.js
+++ b/north-glass-erp/northglass-erp/src/lang/en.js
@@ -307,7 +307,8 @@
glassQuantity:'灏忕墖鏁伴噺',
merge:'瀹屾暣妯″紡',
layer:'鍗曠墖妯″紡',
- notFinish:'寰呭畬鎴�'
+ notFinish:'寰呭畬鎴�',
+ processCardCollect:'娴佺▼鍗℃眹鎬�',
},
searchOrder:{
diff --git a/north-glass-erp/northglass-erp/src/lang/kr.js b/north-glass-erp/northglass-erp/src/lang/kr.js
index f4f1481..4e7228c 100644
--- a/north-glass-erp/northglass-erp/src/lang/kr.js
+++ b/north-glass-erp/northglass-erp/src/lang/kr.js
@@ -316,7 +316,8 @@
glassQuantity:'灏忕墖鏁伴噺',
merge:'瀹屾暣妯″紡',
layer:'鍗曠墖妯″紡',
- notFinish:'寰呭畬鎴�'
+ notFinish:'寰呭畬鎴�',
+ processCardCollect:'娴佺▼鍗℃眹鎬�',
},
searchOrder:{
diff --git a/north-glass-erp/northglass-erp/src/lang/ru.js b/north-glass-erp/northglass-erp/src/lang/ru.js
index 062cdeb..7f0ac39 100644
--- a/north-glass-erp/northglass-erp/src/lang/ru.js
+++ b/north-glass-erp/northglass-erp/src/lang/ru.js
@@ -306,8 +306,8 @@
glassQuantity:'灏忕墖鏁伴噺',
merge:'瀹屾暣妯″紡',
layer:'鍗曠墖妯″紡',
- notFinish:'寰呭畬鎴�'
-
+ notFinish:'寰呭畬鎴�',
+ processCardCollect:'娴佺▼鍗℃眹鎬�',
},
searchOrder:{
createOrder:'袙褘锌懈褋邪褌褜 蟹邪泻邪蟹',
diff --git a/north-glass-erp/northglass-erp/src/lang/zh.js b/north-glass-erp/northglass-erp/src/lang/zh.js
index e22fda9..d12e7b9 100644
--- a/north-glass-erp/northglass-erp/src/lang/zh.js
+++ b/north-glass-erp/northglass-erp/src/lang/zh.js
@@ -316,7 +316,8 @@
glassQuantity:'灏忕墖鏁伴噺',
merge:'瀹屾暣妯″紡',
layer:'鍗曠墖妯″紡',
- notFinish:'寰呭畬鎴�'
+ notFinish:'寰呭畬鎴�',
+ processCardCollect:'娴佺▼鍗℃眹鎬�',
},
searchOrder:{
diff --git a/north-glass-erp/northglass-erp/src/views/sd/order/SelectOrder.vue b/north-glass-erp/northglass-erp/src/views/sd/order/SelectOrder.vue
index c8c53af..83e5bbe 100644
--- a/north-glass-erp/northglass-erp/src/views/sd/order/SelectOrder.vue
+++ b/north-glass-erp/northglass-erp/src/views/sd/order/SelectOrder.vue
@@ -754,7 +754,7 @@
:row="rowClickIndex===null?{}:rowClickIndex"
/>
</el-tab-pane>
- <el-tab-pane :label="'娴佺▼鍗℃眹鎬�'" name="4">
+ <el-tab-pane :label="$t('order.processCardCollect')" name="4">
<order-process-collect
v-if="tabsValue==='4'"
:orderId="rowClickIndex===null?null:rowClickIndex.orderId"
--
Gitblit v1.8.0