diff --git a/src/forge/users/Team.jsx b/src/forge/users/Team.jsx index 9ddfae16..2751280b 100644 --- a/src/forge/users/Team.jsx +++ b/src/forge/users/Team.jsx @@ -12,7 +12,7 @@ function Team(props){ const [ list ,setList ] = useState(undefined); const [ page ,setPage ] = useState(1); const [ total ,setTotal ] = useState(0); - const [ sort_direction , setSort_direction ] = useState("asc"); + const [ sort_direction , setSort_direction ] = useState("desc"); const [ sort_by ,setSort_by ] = useState("created_at"); const [ search ,setSearch ] = useState(undefined); const { checkIfLogin , showLoginDialog , current_user } = props; @@ -42,7 +42,7 @@ function Team(props){ } const menu = ( setSort_by(e.key)}> - 更新时间排序 + 创建时间排序 项目数排序 用户数排序