feat: 今日提交情况默认展开,方便制片查看
All checks were successful
Build and Deploy Backend / build-and-deploy (push) Successful in 2m37s
Build and Deploy Web / build-and-deploy (push) Successful in 1m13s

This commit is contained in:
seaislee1209 2026-03-03 19:55:37 +08:00
parent b62da90c8b
commit e8eb2b5b26

View File

@ -242,7 +242,7 @@ const authStore = useAuthStore()
const loading = ref(false)
const data = ref({})
const attendanceExpanded = ref(false)
const attendanceExpanded = ref(true) // 便
const typeTagMap = { '客户正式项目': 'success', '客户测试项目': 'warning', '内部原创项目': '', '内部测试项目': 'info' }
const trendChartRef = ref(null)