From dfa832402406320240380fb5372f4a19ed62b2f7 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Fri, 25 Apr 2025 18:39:41 +0800
Subject: [PATCH] 修改: 4.25文档问题修改
---
src/utils/allocation.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/utils/allocation.js b/src/utils/allocation.js
index 038dc6b..75eccb7 100644
--- a/src/utils/allocation.js
+++ b/src/utils/allocation.js
@@ -17,7 +17,7 @@
number = number || 0;
let str = Number(number).toLocaleString(locale, options);
if (showCurrencySymbol) {
- str = str.replaceAll("₹", "");
+ str = str.replaceAll(" ﷼", "");
}
return str;
}
--
Gitblit v1.9.3