Commit e2210c8e by guojx

Merge branch 'bugfix-2024-12-haoban-event-' into 'master'

好办使用详情活跃率和绑定率标题加上百分号

See merge request !2343
parents 5410a7ce 902968c7
......@@ -203,11 +203,11 @@ public class EventTrackingController extends NewBaseController {
fieldList.add("clerkNum");
indexList.add("绑定人数");
fieldList.add("bindingNum");
indexList.add("绑定率");
indexList.add("绑定率(%)");
fieldList.add("bindingRate");
indexList.add("活跃人数");
fieldList.add("visitNum");
indexList.add("活跃率");
indexList.add("活跃率(%)");
fieldList.add("visitRate");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment