jufubao-admin-library 1.1.3 → 1.1.4

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.
@@ -429,7 +429,7 @@ export default {
429
429
  slot:'desire'
430
430
  },
431
431
  params.unit==='ratio' && {
432
- label: 'R上调/下调:',
432
+ label: '上调/下调:',
433
433
  ele: 'xd-input-unit',
434
434
  valueKey: 'ratioValue',
435
435
  keys: Date.now(),
@@ -450,7 +450,7 @@ export default {
450
450
  inline: false
451
451
  },
452
452
  params.unit==='money' && {
453
- label: 'N上调/下调:',
453
+ label: '上调/下调:',
454
454
  ele: 'xd-input-unit',
455
455
  valueKey: 'moneyValue',
456
456
  keys: Date.now(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {