fix(gantt): correctly show day in chart
This commit is contained in:
parent
915f677c2a
commit
81de986d8d
@ -26,7 +26,7 @@
|
||||
class="timeunit-wrapper"
|
||||
:class="{'today': dateIsToday(date)}"
|
||||
>
|
||||
<span>{{ value }}</span>
|
||||
<span>{{ date.getDate() }}</span>
|
||||
<span class="weekday">
|
||||
{{ weekDayFromDate(date) }}
|
||||
</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user