考勤日历视图

This commit is contained in:
砂糖
2025-08-07 13:03:28 +08:00
parent 03ee95cc6a
commit 167ac1129f
11 changed files with 1043 additions and 7 deletions

View File

@@ -64,7 +64,7 @@ const loadData = async () => {
// 转换用户数据
const transformedUserList = userList.map(user => ({
id: `user_${user.userId}`,
id: `${user.userId}`,
label: user.nickName || user.userName,
parentId: `dept_${user.deptId}`,
type: 'user'