feat: 今日提交情况默认展开,方便制片查看
This commit is contained in:
parent
b62da90c8b
commit
e8eb2b5b26
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user