diff --git a/static/modules/finance.js b/static/modules/finance.js
index d03cdc9..337ad60 100644
--- a/static/modules/finance.js
+++ b/static/modules/finance.js
@@ -1215,9 +1215,9 @@ function renderFinanceQuarterlyOverview() {
}
document.querySelector("#financeQuarterlyOverview").innerHTML = '
' +
- card('
项目经营详情 所有项目产生的签单,确收,毛利,回款,当期成本,当期流出,现金流
' + thead + '' + tbody + '
', 'p-4') +
card('
部门损益情况 部门利润 = 所有项目产生的毛利 - 部门 1 级产生的人力成本,研发成本,差旅和其他支出
' + deptThead + '' + deptTbody + '
', 'p-4') +
card('
部门现金流 部门现金流=所有项目产生的现金流 - 部门一级因费用产生的现金流出或流入
' + deptThead + '' + cfTbody + '
', 'p-4') +
+ card('
项目经营详情 所有项目产生的签单,确收,毛利,回款,当期成本,当期流出,现金流
' + thead + '' + tbody + '
', 'p-4') +
'
';
if (window.lucide) window.lucide.createIcons();
}
diff --git a/templates/index.html b/templates/index.html
index faee1b2..d5b99e7 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -76,7 +76,7 @@
-
OPC Manager v1.2.0.22
+
OPC Manager v1.2.0.23