From 4f7db75a7f45f00c0622f81ebca0fd86556565d6 Mon Sep 17 00:00:00 2001 From: mac Date: Tue, 16 Jun 2026 11:26:17 +0800 Subject: [PATCH] =?UTF-8?q?v1.7.5=20=E2=80=94=20=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E9=A1=B5=E5=B7=A5=E5=85=B7=E6=A0=8F=E4=B8=8E=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/app.js b/static/app.js index daf57e4..b42f66d 100644 --- a/static/app.js +++ b/static/app.js @@ -263,7 +263,7 @@ function renderProjectTasks(projectId) { const tasks = (state.data.tasks || []).filter((t) => t.project_id === projectId); const phases = ["商务洽谈", "系统上线", "团队分工", "项目交付", "上线推广", "结项验收"]; document.querySelector("#projects").innerHTML = `
-
+
${project.project_name}