From f02cf09eb0c6933dd5ccc4dac6c6c09c3b5f3d3c Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期一, 25 八月 2025 15:17:03 +0800
Subject: [PATCH] 1、根据最新设计方案调整设备管理模块点击弹窗样式 2、mdc公司级首页设备管理模块与点击功能联调

---
 src/views/dashboard/Analysis.vue |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/views/dashboard/Analysis.vue b/src/views/dashboard/Analysis.vue
index 1432776..97336fd 100644
--- a/src/views/dashboard/Analysis.vue
+++ b/src/views/dashboard/Analysis.vue
@@ -1,8 +1,8 @@
 <template>
-  <!--<Component :is="currentSignage" :userType="userType" :productionCode="productionCode"-->
-             <!--:workshopSectionProductionCode="workshopSectionProductionCode"-->
-             <!--@switchToNextSignage="switchToNextSignage" @backToLastSignage="backToLastSignage">-->
-  <!--</Component>-->
+  <Component :is="currentSignage" :userType="userType" :productionCode="productionCode"
+             :workshopSectionProductionCode="workshopSectionProductionCode"
+             @switchToNextSignage="switchToNextSignage" @backToLastSignage="backToLastSignage">
+  </Component>
 </template>
 
 <script>
@@ -69,7 +69,6 @@
       },
 
       switchToNextSignage(params) {
-        console.log('瀛愮粍浠秔arams', params)
         if (params.signageName === 'WorkshopSection') this.branchFactoryProductionCode = this.productionCode
         if (params.signageName === 'Equipment') this.workshopSectionProductionCode = this.productionCode
         this.$nextTick(() => {
@@ -85,7 +84,7 @@
   /deep/ .back-nav {
     width: 100px;
     height: 30px;
-    color: #fff;
+    color: rgba(0, 0, 0, .45);
     position: absolute;
     top: 15px;
     left: 10px;

--
Gitblit v1.9.3