leisure-core 0.6.46 → 0.6.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/le-list/src/main.vue +1 -1
- package/package.json +1 -1
package/le-list/src/main.vue
CHANGED
|
@@ -373,7 +373,7 @@ export default {
|
|
|
373
373
|
const hasDecimal = decimalPart && decimalPart.length > 0;
|
|
374
374
|
|
|
375
375
|
return new Intl.NumberFormat("zh-CN", {
|
|
376
|
-
style: "
|
|
376
|
+
style: "decimal",
|
|
377
377
|
currency: "CNY",
|
|
378
378
|
minimumFractionDigits: hasDecimal
|
|
379
379
|
? Math.min(decimalPart.length, 2)
|