v1.7.9 — 修复首页丢失 m 变量定义
This commit is contained in:
@@ -93,6 +93,7 @@ function render() {
|
||||
|
||||
function renderHome() {
|
||||
const { summary, financeMonthly } = state.data;
|
||||
const m = summary.metrics;
|
||||
const rows1 = [
|
||||
["年度累计签约", money(m.signed_annual || m.signed_amount)],
|
||||
["Q2 累计签约", money(m.signed_q2 || 0)],
|
||||
|
||||
Reference in New Issue
Block a user