From f14fdc97e8d1e6729ee9be864ded0d7157a77223 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期二, 16 七月 2024 10:34:24 +0800
Subject: [PATCH] 下片界面接口传参修改

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

diff --git a/UI-Project/src/views/UnLoadGlass/Landingindication.vue b/UI-Project/src/views/UnLoadGlass/Landingindication.vue
index f8d1715..89d7621 100644
--- a/UI-Project/src/views/UnLoadGlass/Landingindication.vue
+++ b/UI-Project/src/views/UnLoadGlass/Landingindication.vue
@@ -171,8 +171,7 @@
 
   Swal.fire({
     // title: '鐜荤拑淇℃伅',
-    title: this.$t('reportWork.glassinformation'),
-    // title: "$t('reportWork.glassinformation')",
+    title: t('reportWork.glassinformation'),
     html: tableContent,
     customClass: {
       popup: 'format-pre'
@@ -199,7 +198,7 @@
 
 <style scoped>
 .glass-rack {
-  margin-left: 20px;
+  /* margin-left: 10px; */
   width: 500px;
   margin-top: 5px;
 }

--
Gitblit v1.8.0