jufubao-base 1.0.186-beta2 → 1.0.186-beta3

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.186-beta2",
3
+ "version": "1.0.186-beta3",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -508,7 +508,7 @@ export default {
508
508
  ele: 'xd-radio',
509
509
  valueKey: 'is_show_product',
510
510
  groupKey:'content',
511
- value:data['is_show_product']|| 'Y',
511
+ value:data['is_show_product'] || 'Y',
512
512
  placeholder: '请选择',
513
513
  list: [
514
514
  {"label": "是", "value": "Y"},
@@ -37,7 +37,7 @@ export default {
37
37
  ele: 'xd-radio',
38
38
  valueKey: 'is_show_product',
39
39
  groupKey:'content',
40
- value:data['is_show_product']|| '',
40
+ value:data['is_show_product'] || 'Y',
41
41
  placeholder: '请选择',
42
42
  list: [
43
43
  {"label": "是", "value": "Y"},
@@ -14,12 +14,15 @@ export default {
14
14
  groupKey:'content',
15
15
  value: data['newLabel'] || null,
16
16
  defaultValue: data['newLabel'],
17
+ setting: {
18
+ isNeedSwitch: false,
19
+ },
17
20
  list: [
18
21
  {
19
22
  icon: "iconpiao",
20
23
  label: "票券",
21
24
  value: 'card',
22
- sort: 1
25
+ sort: 1,
23
26
  },
24
27
  {
25
28
  icon: "iconyuanbao",