From 77208e5ae6ef61b31484b429a88145ff3eff2007 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Tue, 10 Oct 2023 14:23:13 +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