diff --git a/static/app.js b/static/app.js index d703ad0..c5eb8e3 100644 --- a/static/app.js +++ b/static/app.js @@ -254,6 +254,7 @@ function renderProjects() { ${renderTable(["项目", "项目说明", "当前阶段", "项目金额", "负责人", "进展"], rows, items.map((x) => ({ resource: "operations", id: x.id })))} `; + if (window.lucide) window.lucide.createIcons(); } function renderProjectTasks(projectId) {