loulijun2021
2023-01-05 6bd005efa5bb1b9aa0bbb312378d57440c29366c
src/lib/v-gantt-chart/lib/gantt.vue
文件名从 src/components/v-gantt-chart/lib/gantt.vue 修改
@@ -77,15 +77,15 @@
                    :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
              <template
                  slot-scope="{data,item,getPositonOffset,getWidthAbout2Times,isInRenderingTimeRange}">
                <slot name="block"
                      :data="data"
@@ -96,7 +96,7 @@
                      :startTimeOfRenderArea="startTimeOfRenderArea"
                      :endTimeOfRenderArea="endTimeOfRenderArea"></slot>
              </template>
            </blocks>
          </div>
        </div>