From fb336f319c71291fa09de3e7f67f1ccfab3cb7c8 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Sat, 23 Sep 2023 15:58:40 +0800
Subject: [PATCH] 媒体搜索框
---
src/pages/page-web/projects/project_list/list_page/components/data.ts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages/page-web/projects/project_list/list_page/components/data.ts b/src/pages/page-web/projects/project_list/list_page/components/data.ts
index e087f88..312a469 100644
--- a/src/pages/page-web/projects/project_list/list_page/components/data.ts
+++ b/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
--
Gitblit v1.9.3