Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a1b154abd7 |
@@ -254,6 +254,7 @@ function renderProjects() {
|
|||||||
</div>
|
</div>
|
||||||
${renderTable(["项目", "项目说明", "当前阶段", "项目金额", "负责人", "进展"], rows, items.map((x) => ({ resource: "operations", id: x.id })))}
|
${renderTable(["项目", "项目说明", "当前阶段", "项目金额", "负责人", "进展"], rows, items.map((x) => ({ resource: "operations", id: x.id })))}
|
||||||
</div>`;
|
</div>`;
|
||||||
|
if (window.lucide) window.lucide.createIcons();
|
||||||
}
|
}
|
||||||
|
|
||||||
function renderProjectTasks(projectId) {
|
function renderProjectTasks(projectId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user