lxf
2025-04-30 f726ea231b2109be3cb9cc6eca8aa9a002ab3fce
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;
}