jfv3-zzzrkxg 1.0.4 → 1.0.5
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.
|
@@ -37811,7 +37811,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37811
37811
|
return openBlock(), createBlock(_component_el_option, {
|
|
37812
37812
|
key: item.value,
|
|
37813
37813
|
value: item.value,
|
|
37814
|
-
label: $props.widget.options.showLabel
|
|
37814
|
+
label: $props.widget.options.showLabel ? item.label : item.value
|
|
37815
37815
|
}, null, 8, ["value", "label"]);
|
|
37816
37816
|
}), 128))
|
|
37817
37817
|
]),
|