From 18b5b27959b7868c7cf7e19a7b636ffc1a494e41 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期五, 12 九月 2025 14:21:49 +0800
Subject: [PATCH] 新增韩语翻译
---
UI-Project/src/views/UnLoadGlass/Landingindication.vue | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/UI-Project/src/views/UnLoadGlass/Landingindication.vue b/UI-Project/src/views/UnLoadGlass/Landingindication.vue
index e3d52c3..a9ae04a 100644
--- a/UI-Project/src/views/UnLoadGlass/Landingindication.vue
+++ b/UI-Project/src/views/UnLoadGlass/Landingindication.vue
@@ -138,8 +138,13 @@
});
const showCustomAlert = (downGlassInfoList) => {
let tableContent = '<table border="1" style="border-collapse: collapse; width: 100%;">';
- tableContent += '<tr><th style="background-color: #f2f2f2;">鐜荤拑ID</th><th style="background-color: #f2f2f2;">鑶滅郴</th><th style="background-color: #f2f2f2;">鍘氬害</th><th style="background-color: #f2f2f2;">瀹藉害</th><th style="background-color: #f2f2f2;">楂樺害</th></tr>';
-
+tableContent += `<tr>
+ <th>${t('workOrder.glassID')}</th>
+ <th>${t('workOrder.coatingtypes')}</th>
+ <th>${t('workOrder.thickness')}</th>
+ <th>${t('reportWork.width')}</th>
+ <th>${t('reportWork.height')}</th>
+ </tr>`;
downGlassInfoList.forEach(info => {
tableContent += `<tr>
<td>${info.glassId}</td>
--
Gitblit v1.8.0