Merge branch 'dev-jack' into shenzhen-dev
This commit is contained in:
commit
325fbb8d80
@ -49,7 +49,14 @@
|
|||||||
<div class="grid" v-for="day in getDays(date)" :key="'grid' + day.num" :ref="child.pName + '-' + day.date"></div>
|
<div class="grid" v-for="day in getDays(date)" :key="'grid' + day.num" :ref="child.pName + '-' + day.date"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="progress" :style="gantt" v-for="(gantt, index) in child.gantts" :key="index"></div>
|
<div
|
||||||
|
class="progress"
|
||||||
|
:style="gantt"
|
||||||
|
v-for="(gantt, index) in child.gantts"
|
||||||
|
:key="index"
|
||||||
|
@mouseenter="handleHover"
|
||||||
|
@mouseleave="handleLeave"
|
||||||
|
></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user