leisure-core 0.6.45 → 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.
@@ -108,6 +108,7 @@
108
108
  :width="dialogWidth"
109
109
  :showDialog="showDialog"
110
110
  :showCloseBtnTop="showCloseBtnTop"
111
+ @close="closeDialog"
111
112
  >
112
113
  <slot name="sub" v-if="showDialog" :rowItem="toparam"></slot>
113
114
  </le-dialog-container>
@@ -372,7 +373,7 @@ export default {
372
373
  const hasDecimal = decimalPart && decimalPart.length > 0;
373
374
 
374
375
  return new Intl.NumberFormat("zh-CN", {
375
- style: "currency",
376
+ style: "decimal",
376
377
  currency: "CNY",
377
378
  minimumFractionDigits: hasDecimal
378
379
  ? Math.min(decimalPart.length, 2)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leisure-core",
3
- "version": "0.6.45",
3
+ "version": "0.6.47",
4
4
  "description": "leisure-core是京心数据基于vue2.x开发的一套后台管理系统桌面端组件库,封装了大量实用的UI控件模板,非常方便开发者快速搭建前端应用",
5
5
  "private": false,
6
6
  "author": "北方乐逍遥(zcx7878)",