From f27ca082eb0a839449dd50c49007b58e5ed6946f Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 19 Jun 2025 19:08:01 +0800
Subject: [PATCH] feat: 服务名修改
---
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