From 698ef949a5a503e4c0aeae28e5570093a9744d86 Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期四, 24 七月 2025 11:31:21 +0800
Subject: [PATCH] 我的已办增加流程详情功能

---
 src/views/dashboard/Analysis.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/dashboard/Analysis.vue b/src/views/dashboard/Analysis.vue
index 6dd7c52..1432776 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>

--
Gitblit v1.9.3