罗广辉
2025-06-19 4e3afce8658ce98c2c58d33e231e19c5649eb4db
src/pages/page-web/projects/project_list/list_page/components/data.ts
@@ -12,8 +12,8 @@
export type projectCard={
    id:string
    projectStatus:number
    projectName:string
    projectIntro:string
    workspace_name:string
    workspace_desc:string
    createTime:string
    memberList: Array<Menber>
    [key:string]:any