From b626de53ca3e6456d8681ea31c30c80e62aa4a38 Mon Sep 17 00:00:00 2001 From: mac Date: Tue, 7 Jul 2026 19:03:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=83=A8=E9=97=A8=E8=B4=B9=E7=94=A8?= =?UTF-8?q?=EF=BC=88=E5=B7=B2=E4=BB=98=EF=BC=89=E2=86=92=20=E9=83=A8?= =?UTF-8?q?=E9=97=A8=E8=B4=B9=E7=94=A8=E7=8E=B0=E9=87=91=E6=B5=81?= 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 e9f89ad..3012885 100644 --- a/static/modules/home.js +++ b/static/modules/home.js @@ -140,7 +140,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 48851f6..5ed371b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -76,7 +76,7 @@
-

OPC Manager v1.0.0.8

+

OPC Manager v1.0.0.9

科普 OPC 工作台