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/Landingindicationtwo.vue |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/UI-Project/src/views/UnLoadGlass/Landingindicationtwo.vue b/UI-Project/src/views/UnLoadGlass/Landingindicationtwo.vue
index 1817bb6..7c424d1 100644
--- a/UI-Project/src/views/UnLoadGlass/Landingindicationtwo.vue
+++ b/UI-Project/src/views/UnLoadGlass/Landingindicationtwo.vue
@@ -154,10 +154,16 @@
     closeWebSocket(socket);
     }
     });
+    
 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