jufubao-admin-library 1.1.22 → 1.1.23

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.
@@ -145,7 +145,7 @@
145
145
  <p>
146
146
  {{
147
147
  `金额(${divide(prod.sale_price)})*平台折扣(${
148
- prod.dist_discount_ratio
148
+ $xdHelper.divisionFloatNumber(prod.dist_discount_ratio,100)
149
149
  }%)`
150
150
  }}
151
151
  </p>
@@ -79,7 +79,7 @@
79
79
  <p>
80
80
  {{
81
81
  `金额(${divide(prod.sale_price)})*货源折扣(${
82
- prod.purchase_discount_ratio
82
+ $xdHelper.divisionFloatNumber(prod.purchase_discount_ratio,100)
83
83
  }%)`
84
84
  }}
85
85
  </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.22",
3
+ "version": "1.1.23",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {