lxf
2025-04-30 7f67ff50d859db37f921b71008b9103329bfc57d
src/utils/filter.js
@@ -17,7 +17,7 @@
  let str = Number(number).toLocaleString(locale, options);
  console.log('转换后的'+ str)
  // if (showCurrencySymbol) {
  //   str = str.replaceAll("₹", "");
  //   str = str.replaceAll(" ﷼", "");
  // }
  return str;
}