From fb7bfaa7077bca3cfd1abeced0983ff2de8ba87d Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期五, 12 七月 2024 13:52:09 +0800
Subject: [PATCH] 磨边前卧式缓存修改,大屏(部分)

---
 UI-Project/src/views/UnLoadGlass/Landingindication.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/UI-Project/src/views/UnLoadGlass/Landingindication.vue b/UI-Project/src/views/UnLoadGlass/Landingindication.vue
index a7dcb00..f478ff0 100644
--- a/UI-Project/src/views/UnLoadGlass/Landingindication.vue
+++ b/UI-Project/src/views/UnLoadGlass/Landingindication.vue
@@ -46,7 +46,7 @@
  
   { x: 280, y: 100, height: 100, width: 60, fillColor: '#6a6da9', item: { height: 90, width: 10, fillColor: 'yellow', content: 'NG12345678',downGlassInfoList:"" } },
  
-  { x: 140, y: 420, height: 60, width: 110, fillColor: '#6a6da9', item: { height: 20, width: 100, fillColor: 'yellow', content: 'NG1234561454' ,downGlassInfoList:""} }
+  { x: 140, y: 320, height: 60, width: 110, fillColor: '#6a6da9', item: { height: 20, width: 100, fillColor: 'yellow', content: 'NG1234561454' ,downGlassInfoList:""} }
   
 ]);
 
@@ -171,7 +171,8 @@
 
   Swal.fire({
     // title: '鐜荤拑淇℃伅',
-    title: "$t('reportWork.glassinformation')",
+    title: this.$t('reportWork.glassinformation'),
+    // title: "$t('reportWork.glassinformation')",
     html: tableContent,
     customClass: {
       popup: 'format-pre'

--
Gitblit v1.8.0