diff --git a/frontend/src/views/Dashboard.vue b/frontend/src/views/Dashboard.vue index 74fe09b..cdbf161 100644 --- a/frontend/src/views/Dashboard.vue +++ b/frontend/src/views/Dashboard.vue @@ -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)