fix: first date disappearing
This commit is contained in:
parent
d886100221
commit
6e2f91db25
@ -526,7 +526,7 @@ export default class Gantt {
|
|||||||
|
|
||||||
get_date_info(date, last_date, i) {
|
get_date_info(date, last_date, i) {
|
||||||
if (!last_date) {
|
if (!last_date) {
|
||||||
last_date = date_utils.add(date, 1, 'year');
|
last_date = date_utils.add(date, 1, 'day');
|
||||||
}
|
}
|
||||||
const date_text = {
|
const date_text = {
|
||||||
'Quarter Day_lower': date_utils.format(
|
'Quarter Day_lower': date_utils.format(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user