jfv3-zzzrkxg 1.0.4 → 1.0.6

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.
@@ -34602,6 +34602,7 @@ const advanceComponents = [
34602
34602
  primaryKey: "",
34603
34603
  foreignKey: "",
34604
34604
  options: {
34605
+ checkStrictly: false,
34605
34606
  defaultType: "String",
34606
34607
  customClass: "",
34607
34608
  defaultValue: "",
@@ -37811,7 +37812,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
37811
37812
  return openBlock(), createBlock(_component_el_option, {
37812
37813
  key: item.value,
37813
37814
  value: item.value,
37814
- label: $props.widget.options.showLabel || item.value
37815
+ label: $props.widget.options.showLabel ? item.label : item.value
37815
37816
  }, null, 8, ["value", "label"]);
37816
37817
  }), 128))
37817
37818
  ]),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jfv3-zzzrkxg",
3
3
  "private": false,
4
- "version": "1.0.4",
4
+ "version": "1.0.6",
5
5
  "files": [
6
6
  "dist"
7
7
  ],