From 2602bdd82484dabf3db312add0930a93b00e6969 Mon Sep 17 00:00:00 2001 From: ZKBH <1113799@qq.com> Date: 星期一, 28 七月 2025 11:43:01 +0800 Subject: [PATCH] 台账样式 --- src/views/dashboard/Analysis.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/dashboard/Analysis.vue b/src/views/dashboard/Analysis.vue index 3570efe..1432776 100644 --- a/src/views/dashboard/Analysis.vue +++ b/src/views/dashboard/Analysis.vue @@ -1,7 +1,8 @@ <template> - <Component :is="currentSignage" :userType="userType" :productionCode="productionCode" - @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