From 86b282043844a5c6d2624d9f18a465c08d8cfc11 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 25 五月 2023 16:32:53 +0800
Subject: [PATCH] 1.MES工单补打生产入库条码

---
 src/lib/v-gantt-chart/lib/gantt.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/components/v-gantt-chart/lib/gantt.vue b/src/lib/v-gantt-chart/lib/gantt.vue
similarity index 97%
rename from src/components/v-gantt-chart/lib/gantt.vue
rename to src/lib/v-gantt-chart/lib/gantt.vue
index 7334293..8eedddd 100644
--- a/src/components/v-gantt-chart/lib/gantt.vue
+++ b/src/lib/v-gantt-chart/lib/gantt.vue
@@ -4,7 +4,7 @@
        @wheel="wheelHandle">
     <div class="gantt-container"
          :style="{height:`calc(100% - ${scrollXBarHeight}px)`,width:`calc(100% - ${scrollYBarWidth}px)`}">
-    <!-- <div class="gantt-container"> -->
+      <!-- <div class="gantt-container"> -->
       <div v-show="!hideHeader"
            class="gantt-header"
            :style="{width:`calc(100% + ${scrollYBarWidth}px)`}">
@@ -28,7 +28,7 @@
 
       <div class="gantt-body"
            :style="{height:`calc(100% - ${actualHeaderHeight}px)`}">
-          <!-- <div class="gantt-body" style="height:500px"> -->
+        <!-- <div class="gantt-body" style="height:500px"> -->
         <div class="gantt-table">
           <div ref="marklineArea"
                :style="{marginLeft:(titleWidth+50)+'px'}"
@@ -77,16 +77,16 @@
                     :startTimeOfRenderArea="startTimeOfRenderArea"
                     :endTimeOfRenderArea="endTimeOfRenderArea"
                     :style="{width:totalWidth+'px'}">
-              
-              <!-- <template slot-scope="{data,item}">    
+
+              <!-- <template slot-scope="{data,item}">
                 <slot name="block"
                       :data="data"
                       :item="item">
                 </slot>
               </template> -->
 
-              <template 
-                  slot-scope="{data,item,getPositonOffset,getWidthAbout2Times,isInRenderingTimeRange}">
+              <template
+                slot-scope="{data,item,getPositonOffset,getWidthAbout2Times,isInRenderingTimeRange}">
                 <slot name="block"
                       :data="data"
                       :item="item"
@@ -96,7 +96,7 @@
                       :startTimeOfRenderArea="startTimeOfRenderArea"
                       :endTimeOfRenderArea="endTimeOfRenderArea"></slot>
               </template>
-            
+
             </blocks>
           </div>
         </div>

--
Gitblit v1.9.3