From f726ea231b2109be3cb9cc6eca8aa9a002ab3fce Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Wed, 30 Apr 2025 01:13:31 +0800
Subject: [PATCH] 挂单list页面挂单价格显示修改优先级

---
 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