v1.9.0-rc.5 - SIT

This commit is contained in:
LINING-PC\lining
2026-02-03 11:23:12 +08:00
parent aacd7457fe
commit 9d5cdef835
10 changed files with 182 additions and 218 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ function generateLargeResourceData() {
avatar: `https://i.pravatar.cc/150?img=${i}`,
department: departments[i % departments.length],
skills: ['技能A', '技能B', '技能C'],
utilization: 60 + Math.floor(Math.random() * 40),
capacity: 60 + Math.floor(Math.random() * 40),
color: colors[i % colors.length],
tasks,
})