From 1d79160dc22bcf26e66b91199de9397600dbe988 Mon Sep 17 00:00:00 2001 From: mac Date: Tue, 7 Jul 2026 19:14:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=83=A8=E9=97=A8=E8=B4=B9=E7=94=A8?= =?UTF-8?q?=E7=8E=B0=E9=87=91=E6=B5=81=E2=86=92=E9=83=A8=E9=97=A8=E8=B4=B9?= =?UTF-8?q?=E7=94=A8=E6=B5=81=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/modules/home.js | 2 +- templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/modules/home.js b/static/modules/home.js index 04daa11..01ebe8a 100644 --- a/static/modules/home.js +++ b/static/modules/home.js @@ -142,7 +142,7 @@ function renderHome() { ]], ['项目现金流', [m.cashflow_annual||0, m.cashflow_q2||0, m.cashflow_month||0, m.cashflow_prev_q||0, m.cashflow_prev_month||0], [m.cashflow_q2||0,m.cashflow_prev_q||0], [m.cashflow_month||0,m.cashflow_prev_month||0]], - ['部门费用现金流', [m.expense_paid_annual||0, m.expense_paid_q2||0, m.expense_paid_month||0, m.expense_paid_prev_q||0, m.expense_paid_prev_month||0], + ['部门费用流出', [m.expense_paid_annual||0, m.expense_paid_q2||0, m.expense_paid_month||0, m.expense_paid_prev_q||0, m.expense_paid_prev_month||0], [m.expense_paid_q2||0,m.expense_paid_prev_q||0], [m.expense_paid_month||0,m.expense_paid_prev_month||0]], ['部门现金流', [m.dept_cf_annual||0, m.dept_cf_q2||0, m.dept_cf_month||0, m.dept_cf_prev_q||0, m.dept_cf_prev_month||0], [m.dept_cf_q2||0,m.dept_cf_prev_q||0], [m.dept_cf_month||0,m.dept_cf_prev_month||0]] diff --git a/templates/index.html b/templates/index.html index 86e1248..d4450cf 100644 --- a/templates/index.html +++ b/templates/index.html @@ -76,7 +76,7 @@
-

OPC Manager v1.0.0.11

+

OPC Manager v1.0.0.12

科普 OPC 工作台