jufubao-base 1.0.405 → 1.0.407

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-base",
3
- "version": "1.0.405",
3
+ "version": "1.0.407",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -321,7 +321,7 @@ export default {
321
321
  ]
322
322
  },
323
323
  {
324
- label: "是否展示plus权益:",
324
+ label: "是否展示PLUS权益:",
325
325
  ele: "xd-radio",
326
326
  valueKey: "isShowPlus",
327
327
  groupKey:'content',
@@ -574,7 +574,7 @@ export default {
574
574
  },
575
575
  {
576
576
  ele: "title",
577
- label: "plus权益样式配置",
577
+ label: "PLUS权益样式配置",
578
578
  size: "small",
579
579
  groupKey: "style",
580
580
  hidden: data.isShowPlus !== 'Y',