Merge pull request #14 from miraihz/miraihz-patch-1

Rename date to startDate in milestones
This commit is contained in:
nelson.li
2026-02-28 18:47:57 +08:00
committed by GitHub

View File

@@ -162,7 +162,7 @@ const milestones = ref([
{
id: 101,
name: '项目立项',
date: '2025-01-01',
startDate: '2025-01-01',
type: 'milestone',
},
])