From 01c24bd453310f06ee42f71c3c2142fbefccca9b Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期四, 14 九月 2023 14:10:57 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/zycrm' into zycrm
---
src/main/webapp/views/home/dashboard.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/home/dashboard.html b/src/main/webapp/views/home/dashboard.html
index e2b8150..68d2952 100644
--- a/src/main/webapp/views/home/dashboard.html
+++ b/src/main/webapp/views/home/dashboard.html
@@ -292,7 +292,7 @@
$("#personRate").text(res.data.yearTransactionRate)
$("#progressCount").text(res.data.progressCount)
$("#successCount").text(res.data.successCount)
- $("#progressMoney").text(res.data.progressMoney)
+ $("#progressMoney").text(res.data.progressMoney2)
$("#successMoney").text(res.data.successMoney)
}
});
--
Gitblit v1.9.1